diff --git a/Build/Changes.txt b/Build/Changes.txt index 6ab10f70c..c8325a7d0 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,22 +33,19 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current ALPHA Version 5.21.11xx.(build_#) (2021-11-xx) +Current BETA/RC Version 5.21.1109.(build_#) (2021-11-09) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . -[11xx.x]- Add a Fortran Lexer. -[11xx.x]- LongPath Support enhancements. +[.###.#]- . -------------------------------------------------------- CHANGES: -------------------------------------------------------- [.###.#]- . -[11xx.x]- Lexer Fortran: add extended intrinsic functions. -[11xx.x]- Some more DynStrg refactorings and LongPath handling. [1021.1]- On file restore, do not notify immediately, but check against stored file attributes. [1015.1]- Remove the max win version check for undocumented DarkMode UxTheme methods. [1015.1]- DarkMode enable up to Win11 build 22471. @@ -63,17 +60,15 @@ CHANGES: -------------------------------------------------------- CHANGES Versions in Tools or Libraries: -------------------------------------------------------- -[11xx.x]- Update Scintilla Library (SCI) version 5.1.4 (2021-11-08). -[11xx.x]- Update Lexilla Library (LEX) version 5.1.3 (2021-11-08). -[11xx.x]- Update grepWinNP3 (GRE) version 2.1.8.40 (2021-10-19). -[11xx.x]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19). +[.802.1]- Update Lexilla Library (LEX) version 5.1.2 (2021-07-26). +[.726.1]- Update Scintilla Library (SCI) version 5.1.1 (2021-07-26). +[.726.1]- Update grepWinNP3 (GRE) version 2.1.8.39 (2021-07-26). +[.702.5]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-06-23). -------------------------------------------------------- FIXES: -------------------------------------------------------- [.###.#]- . -[11xx.x]- Path_ToShortPathName() for grepWinNP3 startup. -[11xx.x]- Path_StripPath(). [1030.1]- Wrong format for reporting number of replaced occurrences "In Selection". [1030.1]- "grepWinNP3" not intended switching file size search settings (GRE). [1023.1]- Key "Favorites=(path)" not added in "Setup" version. diff --git a/Versions/day.txt b/Versions/day.txt index 8463e0903..af6316f1e 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -1021 +1109 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index e218f466b..1a0f16573 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,8 +3,8 @@ - Notepad3 alpha + Notepad3 rc diff --git a/src/VersionEx.h b/src/VersionEx.h index f5980bf45..2c7b02c53 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,13 +8,13 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 1021 -#define VERSION_BUILD 3 -#define SCINTILLA_VER 513 -#define LEXILLA_VER 512 +#define VERSION_REV 1109 +#define VERSION_BUILD 1 +#define SCINTILLA_VER 511 +#define LEXILLA_VER 511 #define ONIGURUMA_REGEX_VER 7.0.0 #define UCHARDET_VER 2018.09.27 #define TINYEXPR_VER 2018.05.11 -#define UTHASH_VER 2.3.0 -#define VERSION_PATCH alpha +#define UTHASH_VER 2.1.0 +#define VERSION_PATCH rc #define VERSION_COMMIT_ID dkt1-amr