diff --git a/Build/Changes.txt b/Build/Changes.txt index f026fd5b5..ad241972c 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.22.121.(build_#) (2022-01-21) +Current BETA/RC Version 5.22.127.(build_#) (2022-01-27) ======================================================== -------------------------------------------------------- @@ -48,6 +48,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[.127.1]- Ctrl/Alt+F10 as Accelerator-Keys for Filesystem-Path to URL (and back) conversion. [.121.1]- Renaming Spanish Latin America (es-419) to Spanish Mexican (es-MX) (MUI). [1228.1]- AboutBox's RichEdit Ctrl: enable more options for EM_AUTOURLDETECT. [1228.1]- Hyperlink RegEx Scanner: don't allow XML tagging brackets as part of Hyperlink text. diff --git a/Versions/day.txt b/Versions/day.txt index 9289ddcee..c75acbe2f 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -121 +127 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index ac8b62cac..5d14a2185 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 d959bca76..22bff8d6d 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 121 +#define VERSION_REV 127 #define VERSION_BUILD 1 #define SCINTILLA_VER 515 #define LEXILLA_VER 514