diff --git a/Build/Changes.txt b/Build/Changes.txt index d5286cf22..b584e619f 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.914.(build_#) (2021-09-14) +Current BETA/RC Version 5.21.915.(build_#) (2021-09-15) ======================================================== -------------------------------------------------------- @@ -46,7 +46,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . -[.###.#]- . +[.915.1]- Limit file size: 2GB (Until WideCharToMultiByte() / MultiByteToWideChar() INT32_MAX issues are clarified). -------------------------------------------------------- CHANGES Versions in Tools or Libraries: @@ -60,6 +60,7 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.915.1]- Goto-Dialog: digit grouping of line/column numbers. [.914.1]- Digit grouping for replace occurrences result dialog. [.914.1]- Better hyperlink style in dark themes "Dark" and "Obsidian". [.913.1]- Initial factory window position. diff --git a/Versions/day.txt b/Versions/day.txt index 6cf44bc0b..ad2b6c57c 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -914 +915 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index cd483a2df..fc4afb8ba 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/Version.h b/src/Version.h index 891a89317..c6a9256f5 100644 --- a/src/Version.h +++ b/src/Version.h @@ -78,7 +78,7 @@ #if defined(_MSC_VER) #if (_MSC_VER == 1929) #if (_MSC_FULL_VER >= 192930133) - #define VER_CPL MS Visual C++ 2019 v16.11.(0-2) + #define VER_CPL MS Visual C++ 2019 v16.11.(0-3) #elif (_MSC_FULL_VER >= 192930040) #define VER_CPL MS Visual C++ 2019 v16.10.4 #elif (_MSC_FULL_VER >= 192930038) diff --git a/src/VersionEx.h b/src/VersionEx.h index db04a6a38..eadd3dc6a 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 914 +#define VERSION_REV 915 #define VERSION_BUILD 1 #define SCINTILLA_VER 511 #define LEXILLA_VER 511