diff --git a/Build/Changes.txt b/Build/Changes.txt index a7adf748c..8377a217d 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -103,7 +103,7 @@ CHANGES: [.916.1]- TinyExpr: '%' operator: distinguish between modulo and percent operation by context. [.915.3]- Due to lack of interest, "Notepad3DLL" is discontinued. [.915.2]- User configurable "Web Action" menu item names. -[.116.1]- Update grepWinNP3 (GRE) version 2.1.5.33 (2021-01-16). +[.205.2]- Update grepWinNP3 (GRE) version 2.1.6.34 (2021-02.05). [.124.1]- Update Oniguruma Regex (ONI) engine version 6.9.7 (2021-01-24). [1214.1]- Update Scintilla Library (SCI) version 4.4.6 (2020-12-01). diff --git a/Versions/build.txt b/Versions/build.txt index d00491fd7..0cfbf0888 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -1 +2 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index e630dc236..c89193596 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index 4bb2e7cca..c420d291b 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,7 +9,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 21 #define VERSION_REV 205 -#define VERSION_BUILD 1 +#define VERSION_BUILD 2 #define SCINTILLA_VER 446 #define ONIGURUMA_REGEX_VER 6.9.6 #define UCHARDET_VER 2018.09.27