diff --git a/Build/Changes.txt b/Build/Changes.txt index a7adf748c..e6c824a67 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.205.(build_#) (2021-02-05) +Current BETA/RC Version 5.21.207.(build_#) (2021-02-07) ======================================================== -------------------------------------------------------- @@ -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/day.txt b/Versions/day.txt index 485369e4e..c92ba5684 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -205 +207 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index e630dc236..602106b82 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,8 +3,8 @@ - Notepad3 beta + Notepad3 rc diff --git a/src/VersionEx.h b/src/VersionEx.h index 4bb2e7cca..165c7c685 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,12 +8,12 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 205 +#define VERSION_REV 207 #define VERSION_BUILD 1 #define SCINTILLA_VER 446 #define ONIGURUMA_REGEX_VER 6.9.6 #define UCHARDET_VER 2018.09.27 #define TINYEXPR_VER 2018.05.11 #define UTHASH_VER 2.1.0 -#define VERSION_PATCH beta +#define VERSION_PATCH rc #define VERSION_COMMIT_ID dkt1-amr