From 4ba6ccac3c1d7e37659e079073da62d8a16c58e8 Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Thu, 9 Jan 2025 22:35:38 +0500 Subject: [PATCH] inc version --- docs/history.ru.txt | 5 +++++ manifest/full/vcpkg.json | 2 +- src/version.h | 6 +++--- vcpkg.json | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/history.ru.txt b/docs/history.ru.txt index 4be8ba3..48c8dc2 100644 --- a/docs/history.ru.txt +++ b/docs/history.ru.txt @@ -1,6 +1,11 @@  История изменений FarColorer. Информацию, об изменениях в библиотеке схем (базах) смотрите в файле base\CHANGELOG.md +Версия 1.6.0 . 09.01.2025 + 1. Восстановлена работа на старых платформах (windows xp). + По умолчанию и для поставки в FarManager плагин собирается с использованием legacy-строк (на которых плагин изначально и работал). + Сборки библиотеки с поддержкой работы со строками через ICU находятся на https://github.com/colorer/FarColorer/releases + Версия 1.5.1 . 02.11.2024 1. Исправлена ошибка чтения схемы, путь до которой содержит не латинские буквы diff --git a/manifest/full/vcpkg.json b/manifest/full/vcpkg.json index 7bcb9ec..e6f8568 100644 --- a/manifest/full/vcpkg.json +++ b/manifest/full/vcpkg.json @@ -1,6 +1,6 @@ { "name": "farcolorer", - "version": "1.5.1", + "version": "1.6.0", "dependencies": [ "minizip", { diff --git a/src/version.h b/src/version.h index e7749f1..da4e7d0 100644 --- a/src/version.h +++ b/src/version.h @@ -12,12 +12,12 @@ #endif #define PLUGIN_VER_MAJOR 1 -#define PLUGIN_VER_MINOR 5 -#define PLUGIN_VER_PATCH 1 +#define PLUGIN_VER_MINOR 6 +#define PLUGIN_VER_PATCH 0 #define PLUGIN_DESC L"FarColorer - Syntax Highlighting for Far Manager 3" PLATFORM #define PLUGIN_NAME L"FarColorer" #define PLUGIN_FILENAME L"colorer.dll" -#define PLUGIN_COPYRIGHT L"(c) 1999-2009 Igor Russkih, (c) Aleksey Dobrunov 2009-2024" +#define PLUGIN_COPYRIGHT L"(c) 1999-2009 Igor Russkih, (c) Aleksey Dobrunov 2009-2025" #define STRINGIZE2(s) #s #define STRINGIZE(s) STRINGIZE2(s) diff --git a/vcpkg.json b/vcpkg.json index 44b7c82..088ac39 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "farcolorer", - "version": "1.5.1", + "version": "1.6.0", "dependencies": [ "minizip", {