From 17f742e0ef339b040a0fc6df50080e69ef8ba661 Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Thu, 15 Feb 2024 21:13:09 +0500 Subject: [PATCH] update version --- docs/history.ru.txt | 3 +++ src/version.h | 2 +- vcpkg.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/history.ru.txt b/docs/history.ru.txt index 4c493f6..9d030a9 100644 --- a/docs/history.ru.txt +++ b/docs/history.ru.txt @@ -1,6 +1,9 @@  История изменений FarColorer. Информацию, об изменениях в библиотеке схем (базах) смотрите в файле base\CHANGELOG.md +Версия 1.4.21 . 15.02.2024 + 1. Падение при включемо показе скрытых символов. Начиная с 1.4.20 + Версия 1.4.20 . 13.02.2024 1. Рисуем крест не дожидаясь завершения парсинга всего файла diff --git a/src/version.h b/src/version.h index 861ca72..7b75e96 100644 --- a/src/version.h +++ b/src/version.h @@ -13,7 +13,7 @@ #define PLUGIN_VER_MAJOR 1 #define PLUGIN_VER_MINOR 4 -#define PLUGIN_VER_PATCH 20 +#define PLUGIN_VER_PATCH 21 #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 07fae7a..59bdadc 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "farcolorer", - "version": "1.4.20", + "version": "1.4.21", "dependencies": [ { "name": "xerces-c",