diff --git a/Build/Changes.txt b/Build/Changes.txt index 5b8174fce..5b93886fb 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.529.(build_#) (2021-05-29) +Current BETA/RC Version 5.21.702.(build_#) (2021-07-02) ======================================================== -------------------------------------------------------- @@ -126,10 +126,10 @@ CHANGES: -------------------------------------------------------- CHANGES Versions in Tools or Libraries: -------------------------------------------------------- -[.515.1]- Update grepWinNP3 (GRE) version 2.1.7.37 (2021-05.14). -[.525.1]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-05-17). -[.429.1]- Update Lexilla Library (LEX) version 5.0.2 (2021-04-23). -[.429.1]- Update Scintilla Library (SCI) version 5.0.2 (2021-04-23). +[.702.5]- Update grepWinNP3 (GRE) version 2.1.8.38 (2021-07.02). +[.702.5]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-06-23). +[.702.5]- Update Lexilla Library (LEX) version 5.1.0 (2021-06-23). +[.702.5]- Update Scintilla Library (SCI) version 5.1.0 (2021-06-23). -------------------------------------------------------- FIXES: diff --git a/Versions/build.txt b/Versions/build.txt index 0cfbf0888..7ed6ff82d 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2 +5 diff --git a/Versions/day.txt b/Versions/day.txt index e83802d73..88eafce37 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -529 +702 diff --git a/grepWinNP3/translationsNP3/Nederlands (Nederland) [nl-NL].lang b/grepWinNP3/translationsNP3/Nederlands (Nederland) [nl-NL].lang index c887d2d99..ba722fd15 100644 --- a/grepWinNP3/translationsNP3/Nederlands (Nederland) [nl-NL].lang +++ b/grepWinNP3/translationsNP3/Nederlands (Nederland) [nl-NL].lang @@ -55,7 +55,7 @@ msgstr "&Zoeken" #. Resource IDs: (1003) msgid "&Whole word" -msgstr "&Heel woord" +msgstr "Heel &woord" #. Resource IDs: (1013) msgid "..." diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 181fc0317..4cbb2a84f 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 27b289d71..52d382f8e 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,7 +9,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 21 #define VERSION_REV 702 -#define VERSION_BUILD 4 +#define VERSION_BUILD 5 #define SCINTILLA_VER 510 #define LEXILLA_VER 510 #define ONIGURUMA_REGEX_VER 7.0.0 @@ -17,4 +17,4 @@ #define TINYEXPR_VER 2018.05.11 #define UTHASH_VER 2.1.0 #define VERSION_PATCH beta -#define VERSION_COMMIT_ID nebukadn +#define VERSION_COMMIT_ID dkt1-amr