From aea3ea2a902bf7ddb1b42c03361d538f561f315c Mon Sep 17 00:00:00 2001 From: Cavaler Date: Wed, 31 Mar 2021 16:56:30 +0300 Subject: [PATCH] 8.75 --- File_Id.Diz | 2 +- History.txt | 3 +++ version.h | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/File_Id.Diz b/File_Id.Diz index 6bf4cd5..cf67bc7 100644 --- a/File_Id.Diz +++ b/File_Id.Diz @@ -1,4 +1,4 @@ -Regular Expression Search and Replace, version 8.70 +Regular Expression Search and Replace, version 8.75 by Kostromitinov Pavel, pavel@kostrom.spb.ru - Search and Replace using plain-text and regular expressions in files. diff --git a/History.txt b/History.txt index 208b92a..3ee1343 100644 --- a/History.txt +++ b/History.txt @@ -10,6 +10,9 @@ Planned: + Command to "lock" read-only file before replacing + Search / Replace in dialogs +Version 8.75 (31.03.2021) + + + Version 8.70 (26.02.2020) ! Only Far3 continues to be supported * Editor Repeat replaces selection diff --git a/version.h b/version.h index a38c864..6383f15 100644 --- a/version.h +++ b/version.h @@ -3,5 +3,5 @@ #define PLUGIN_AUTHOR "Pavel Kostromitinov" #define PLUGIN_VERSION_MAJOR 8 #define PLUGIN_VERSION_MINOR 7 -#define PLUGIN_VERSION_REVISION 0 -#define PLUGIN_VERSION_STRING "8, 7, 0, 0" +#define PLUGIN_VERSION_REVISION 5 +#define PLUGIN_VERSION_STRING "8, 7, 5, 0"