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 f3203439b..c21eb2775 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 RC2 diff --git a/src/Version.h b/src/Version.h index 3826f8014..b8baf49c0 100644 --- a/src/Version.h +++ b/src/Version.h @@ -75,7 +75,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1926) #if(_MSC_FULL_VER >= 192628806) - #define VER_CPL MS Visual C++ 2019 v16.6.(1-4) + #define VER_CPL MS Visual C++ 2019 v16.6.(1-5) #elif(_MSC_FULL_VER >= 192628805) #define VER_CPL MS Visual C++ 2019 v16.6.0 #endif diff --git a/src/VersionEx.h b/src/VersionEx.h index cc61f495a..62172161a 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,7 +9,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 20 #define VERSION_REV 721 -#define VERSION_BUILD 1 +#define VERSION_BUILD 2 #define SCINTILLA_VER 443 #define ONIGURUMA_REGEX_VER 6.9.5 #define UCHARDET_VER 2018.09.27