From 18e14f7cf69db9ab60cb64968a5ef20fb5a5643b Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Thu, 25 Mar 2021 21:52:55 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 1 + Versions/build.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index fd723262e..ffe7983ff 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -75,6 +75,7 @@ CHANGES: FIXES: -------------------------------------------------------- [.###.#]- . +[.325.3]- Possible busy-loop in Kotlin and Dard Lexer. [.325.2]- Don't keep window top-most after returning from full-screen mode (F11 toggle). [.325.1]- Compiler switch to allow mono language binary. [.324.1]- Read-Only-Attribute cooperating with Exclusive-Write-Lock. diff --git a/Versions/build.txt b/Versions/build.txt index 0cfbf0888..00750edc0 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2 +3 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index deeec455b..2e19b73b8 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 4e637bcad..7f67ac1b1 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,7 +9,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 21 #define VERSION_REV 325 -#define VERSION_BUILD 2 +#define VERSION_BUILD 3 #define SCINTILLA_VER 500 #define LEXILLA_VER 500 #define ONIGURUMA_REGEX_VER 6.9.6