diff --git a/Build/Changes.txt b/Build/Changes.txt index 3fa523b3d..d03dfb94a 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.22.214.(build_#) (2022-02-14) +Current BETA/RC Version 5.22.215.(build_#) (2022-02-15) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . +[.215.1]- Set keyword-lists for CSS Lexer according to SiTE's css.properties. [.212.1]- Document "Read Only" view menu item for switching mode. [.129.1]- JSON Lexer: colorizing for URL/IRI and Compact IRI. [.128.3]- JSON Lexer: error coloring for unclosed strings. diff --git a/Versions/day.txt b/Versions/day.txt index 9d683f8cf..c34a8046f 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -214 +215 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index cbcfe4c28..41b7fbfc4 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 b99993fd1..29a2a26b5 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 214 +#define VERSION_REV 215 #define VERSION_BUILD 1 #define SCINTILLA_VER 520 #define LEXILLA_VER 515