From 6389afec88ae68de3e2d228d400b24de61314575 Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Sat, 9 Jan 2021 22:24:52 +0500 Subject: [PATCH] update version --- WhatsNewRus.txt | 4 ++++ src/version.hpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/WhatsNewRus.txt b/WhatsNewRus.txt index 4d20bc2..dc9e7c3 100644 --- a/WhatsNewRus.txt +++ b/WhatsNewRus.txt @@ -6,6 +6,10 @@ AdvCmpEx ~~~~~~~~ +Version 3.2.0 (09.01.2021) +-------------------------- +[+] добавлена поддержка Windows 2000 и WindowsXP + Version 3.1.0 (06.01.2021) -------------------------- [*] Изменена нумерация версии на SemVer diff --git a/src/version.hpp b/src/version.hpp index 1f056d0..89017aa 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -7,7 +7,7 @@ #endif #define PLUGIN_VER_MAJOR 3 -#define PLUGIN_VER_MINOR 1 +#define PLUGIN_VER_MINOR 2 #define PLUGIN_VER_PATCH 0 #define PLUGIN_DESC L"Advanced compare files for Far Manager 3" PLATFORM #define PLUGIN_NAME L"AdvCmpEx"