diff --git a/Versions/build.txt b/Versions/build.txt index b4732da72..6531b27aa 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -3220 +3224 diff --git a/np3portableapp/_buildname.txt b/np3portableapp/_buildname.txt index 463000ad2..4fad18a3b 100644 --- a/np3portableapp/_buildname.txt +++ b/np3portableapp/_buildname.txt @@ -1 +1 @@ -"RC" +"RC1" diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index a5d416fa7..12c553e21 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,8 +3,8 @@ - Notepad3 RC + Notepad3 RC1 diff --git a/src/Version.h b/src/Version.h index 08864ef81..7627b82b3 100644 --- a/src/Version.h +++ b/src/Version.h @@ -75,7 +75,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1924) #if(_MSC_FULL_VER >= 192428316) - #define VER_CPL MS Visual C++ 2019 v16.4.4 + #define VER_CPL MS Visual C++ 2019 v16.4.(4-5) #elif(_MSC_FULL_VER >= 192428315) #define VER_CPL MS Visual C++ 2019 v16.4.3 #elif(_MSC_FULL_VER >= 192428314) diff --git a/src/VersionEx.h b/src/VersionEx.h index cad188e8a..95c8fccba 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,11 +9,11 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 20 #define VERSION_REV 211 -#define VERSION_BUILD 3220 +#define VERSION_BUILD 3224 #define SCINTILLA_VER 430 #define ONIGURUMA_REGEX_VER 6.9.4 #define UCHARDET_VER 2018.09.27 #define TINYEXPR_VER 2018.05.11 #define UTHASH_VER 2.1.0 -#define VERSION_PATCH RC -#define VERSION_COMMIT_ID venom-pc +#define VERSION_PATCH RC1 +#define VERSION_COMMIT_ID dkt1-amr