From 2f15049dd87ce49b3ef1561655a981b4c53cdfd3 Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Sat, 11 Jan 2025 00:15:10 +0500 Subject: [PATCH] inc version --- docs/history.ru.txt | 4 ++++ manifest/full/vcpkg.json | 2 +- src/version.h | 2 +- vcpkg.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/history.ru.txt b/docs/history.ru.txt index 48c8dc2..496dff5 100644 --- a/docs/history.ru.txt +++ b/docs/history.ru.txt @@ -1,6 +1,10 @@  История изменений FarColorer. Информацию, об изменениях в библиотеке схем (базах) смотрите в файле base\CHANGELOG.md +Версия 1.6.1 . 10.01.2025 + 1. Исправлена ошибка открытия базы схем в сборке с ICU. + 2. Исправлена ошибка работы с файлами на сетевых дисках (https://github.com/colorer/Colorer-library/issues/38) + Версия 1.6.0 . 09.01.2025 1. Восстановлена работа на старых платформах (windows xp). По умолчанию и для поставки в FarManager плагин собирается с использованием legacy-строк (на которых плагин изначально и работал). diff --git a/manifest/full/vcpkg.json b/manifest/full/vcpkg.json index e6f8568..665eed9 100644 --- a/manifest/full/vcpkg.json +++ b/manifest/full/vcpkg.json @@ -1,6 +1,6 @@ { "name": "farcolorer", - "version": "1.6.0", + "version": "1.6.1", "dependencies": [ "minizip", { diff --git a/src/version.h b/src/version.h index da4e7d0..8e5b57a 100644 --- a/src/version.h +++ b/src/version.h @@ -13,7 +13,7 @@ #define PLUGIN_VER_MAJOR 1 #define PLUGIN_VER_MINOR 6 -#define PLUGIN_VER_PATCH 0 +#define PLUGIN_VER_PATCH 1 #define PLUGIN_DESC L"FarColorer - Syntax Highlighting for Far Manager 3" PLATFORM #define PLUGIN_NAME L"FarColorer" #define PLUGIN_FILENAME L"colorer.dll" diff --git a/vcpkg.json b/vcpkg.json index 088ac39..06c798a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "farcolorer", - "version": "1.6.0", + "version": "1.6.1", "dependencies": [ "minizip", {