diff --git a/Build/Changes.txt b/Build/Changes.txt index 8ad6f0c21..96c84f095 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.22.418.(build_#) (2022-04-18) +Current BETA/RC Version 5.22.430.(build_#) (2022-04-30) ======================================================== -------------------------------------------------------- @@ -91,6 +91,7 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.430.1]- Using by error "Segoe UI" as default for pure "Text File" scheme. [.416.1]- Lexer style config names: differences between display and .ini-config. [.414.1]- Dark mode color style scheme global from common base/2nd. [.414.1]- Writing wrong scheme to .ini-file. diff --git a/Versions/day.txt b/Versions/day.txt index 29aae8eec..c15fb930d 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -418 +430 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 2ff062fd2..77731256f 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 7eeb6a0f4..e11240175 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 22 -#define VERSION_REV 418 +#define VERSION_REV 430 #define VERSION_BUILD 1 #define SCINTILLA_VER 520 #define LEXILLA_VER 515