diff --git a/Versions/day.txt b/Versions/day.txt index c92ba5684..cd7da05e3 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -207 +210 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 602106b82..c58604d88 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 rc diff --git a/src/Version.h b/src/Version.h index 90f5ccca8..659ef819d 100644 --- a/src/Version.h +++ b/src/Version.h @@ -74,7 +74,9 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1928) - #if (_MSC_FULL_VER >= 192829336) + #if (_MSC_FULL_VER >= 192829337) + #define VER_CPL MS Visual C++ 2019 v16.8.5 + #elif (_MSC_FULL_VER >= 192829336) #define VER_CPL MS Visual C++ 2019 v16.8.4 #elif (_MSC_FULL_VER >= 192829335) #define VER_CPL MS Visual C++ 2019 v16.8.3 diff --git a/src/VersionEx.h b/src/VersionEx.h index 165c7c685..7bd46db01 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 207 +#define VERSION_REV 210 #define VERSION_BUILD 1 #define SCINTILLA_VER 446 #define ONIGURUMA_REGEX_VER 6.9.6