From 88f270e2595ffd12c23dd0701b66d20f49b43115 Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Thu, 16 Jan 2025 23:29:31 +0500 Subject: [PATCH] inc version --- docs/history.ru.txt | 3 +++ manifest/full/vcpkg.json | 2 +- src/version.h | 2 +- vcpkg.json | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/history.ru.txt b/docs/history.ru.txt index ad5a9eb..07827a4 100644 --- a/docs/history.ru.txt +++ b/docs/history.ru.txt @@ -1,6 +1,9 @@  История изменений FarColorer. Информацию, об изменениях в библиотеке схем (базах) смотрите в файле base\CHANGELOG.md +Версия 1.6.3 . 16.01.2025 + 1. Исправлена ошибка подсветки не латинских keyword, например в 1С. Ошибка начиная с 1.5.0. + Версия 1.6.2 . 13.01.2025 1. в информацию о плагине добавлен признак ICU, если сборка шла с icu 2. в pdb файл добавлена информация из colorer_lib, для более полной картины при падениях diff --git a/manifest/full/vcpkg.json b/manifest/full/vcpkg.json index 60ba6b3..c6d1c8b 100644 --- a/manifest/full/vcpkg.json +++ b/manifest/full/vcpkg.json @@ -1,6 +1,6 @@ { "name": "farcolorer", - "version": "1.6.2", + "version": "1.6.3", "dependencies": [ "minizip", { diff --git a/src/version.h b/src/version.h index b64a75b..0d6e05c 100644 --- a/src/version.h +++ b/src/version.h @@ -21,7 +21,7 @@ #define PLUGIN_VER_MAJOR 1 #define PLUGIN_VER_MINOR 6 -#define PLUGIN_VER_PATCH 2 +#define PLUGIN_VER_PATCH 3 #define PLUGIN_DESC L"FarColorer - Syntax Highlighting for Far Manager 3" PLATFORM USTRING #define PLUGIN_NAME L"FarColorer" #define PLUGIN_FILENAME L"colorer.dll" diff --git a/vcpkg.json b/vcpkg.json index a5db4da..5f1a489 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "farcolorer", - "version": "1.6.2", + "version": "1.6.3", "dependencies": [ "minizip", {