diff --git a/Build/Changes.txt b/Build/Changes.txt index 13d131691..99bb07ba3 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.910.(build_#) (2021-09-10) +Current BETA/RC Version 5.21.913.(build_#) (2021-09-13) ======================================================== -------------------------------------------------------- @@ -60,6 +60,7 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.913.1]- Initial factory window position. [.910.1]- Web-Action commands should use also user-defined app to open hyperlinks. [.907.1]- Reset background color for "visible whitespace" if not defined. diff --git a/Versions/day.txt b/Versions/day.txt index 62bafeec8..d6904a94b 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -910 +913 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 8c22a65be..07757e097 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index 31975fb3b..13a18acd4 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 910 +#define VERSION_REV 913 #define VERSION_BUILD 1 #define SCINTILLA_VER 511 #define LEXILLA_VER 511