diff --git a/Build/Changes.txt b/Build/Changes.txt index 39df2fe8f..85d0015c2 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -82,6 +82,7 @@ CHANGES: FIXES: -------------------------------------------------------- [.###.#]- . +[.407.2]- New comment doc styling for C++ lexer (used for C#, RC, JS and Java too). [.407.1]- Center dialog in parent: for system dialog and if minimized (tray or taskbar). [.406.1]- Mark all Occurrences in case of reopened F/R dialog. [.406.1]- Center dialog in parent. diff --git a/Versions/build.txt b/Versions/build.txt index d00491fd7..0cfbf0888 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -1 +2 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 0b949e45d..8bbdad4b0 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 2739fe916..927c0ffff 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,7 +9,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 21 #define VERSION_REV 407 -#define VERSION_BUILD 1 +#define VERSION_BUILD 2 #define SCINTILLA_VER 500 #define LEXILLA_VER 501 #define ONIGURUMA_REGEX_VER 6.9.6