diff --git a/Build/Changes.txt b/Build/Changes.txt index 9c57e358a..40b32ea0e 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.1115.(build_#) (2022-11-15) +Current BETA/RC Version 5.22.1118.(build_#) (2022-11-18) ======================================================== -------------------------------------------------------- @@ -63,6 +63,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[1118.1]- Using new AviSynth+ keyword lists and AviSynth colors (light/dark mode). [1115.2]- Minor enhancements for AviSynth Lexer. [1115.1]- Refactoring common base and subsequent syntax base font handling. [1114.1]- Minor corrections to project properties. diff --git a/Versions/build.txt b/Versions/build.txt index 0cfbf0888..d00491fd7 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2 +1 diff --git a/Versions/day.txt b/Versions/day.txt index 1b6d75c84..79e6287b6 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -1115 +1118 diff --git a/res/Notepad3.exe.conf.manifest b/res/Notepad3.exe.conf.manifest index 4e2bff5cb..a5ce18fb0 100644 --- a/res/Notepad3.exe.conf.manifest +++ b/res/Notepad3.exe.conf.manifest @@ -3,7 +3,7 @@ diff --git a/src/VersionEx.h b/src/VersionEx.h index b4871061c..82a4cef60 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,8 +8,8 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 22 -#define VERSION_REV 1115 -#define VERSION_BUILD 2 +#define VERSION_REV 1118 +#define VERSION_BUILD 1 #define SCINTILLA_VER 531 #define LEXILLA_VER 520 #define ONIGURUMA_REGEX_VER 6.9.8