diff --git a/Build/Changes.txt b/Build/Changes.txt index b45e8f6ce..0a97e7df6 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool ===================================================== -Current BETA Version 5.20.601.(build_#) (2020-06-01) +Current BETA Version 5.20.602.(build_#) (2020-06-02) ===================================================== ----------------------------------------------------- @@ -48,7 +48,7 @@ NEW: - "waifu2x" scaled std toolbar bitmaps. - Call Notepad3 with case-sensitive and dot-match-all flag (if applicable). - Add "Overlapping Search" in Find/Replace dialog window. -- Integration of "grepWinNP3", a Search Tool in files (v2.1.0.6) (GRE). +- Integration of "grepWinNP3", a Search Tool in files (v2.1.0.10) (GRE). ----------------------------------------------------- CHANGES: @@ -75,9 +75,9 @@ CHANGES: - Installer to let the user select the target directory. - Default long-line wrap settings. - Remove spinning wait-cursor for text operations (may need reactivation for long operations). -- "grepWinNP3": move packages.config to corresponding project folder(GRE). +- "grepWinNP3": move packages.config to corresponding project folder (GRE). - Add filepath to message on file locking error. -- Update Oniguruma Regex (ONI) engine version 6.9.5 (2020/04/20). +- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020/05/20). - Update Scintilla Library (SCI) version 4.3.3 (2020/04/27). ----------------------------------------------------- @@ -92,6 +92,7 @@ ENHANCEMENT: FIXES: ----------------------------------------------------- - +- "grepWinNP3" crash on invalid file path (GRE). - "vcxproj" should use the latest installed SDK. - Scintilla as DLL solution. - Extended font style selection. 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 75a2e0d5b..85c3d27e5 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -601 +602 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index b2a930305..ee8d81877 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 4e166911e..0530a003f 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,8 +8,8 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 20 -#define VERSION_REV 601 -#define VERSION_BUILD 2 +#define VERSION_REV 602 +#define VERSION_BUILD 1 #define SCINTILLA_VER 433 #define ONIGURUMA_REGEX_VER 6.9.5 #define UCHARDET_VER 2018.09.27