From 2e56a0dacac8ee51ccada7ee18d6068003d4931c Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Thu, 15 Aug 2019 21:57:43 +0200 Subject: [PATCH] + chg: Update Changes.txt and prepare #(build) for new BETA --- Build/Changes.txt | 2 +- Versions/build.txt | 2 +- np3portableapp/_buildname.txt | 2 +- res/Notepad3.exe.manifest.conf | 4 ++-- src/VersionEx.h | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 4ec074ee9..36e4921e6 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -69,7 +69,7 @@ TRANSLATIONS (MUI): ================================================== -Version 5.19.815.25xx (15 August 2019) +Version 5.19.815.2595 (15 August 2019) ================================================== -------------------------------------------------- diff --git a/Versions/build.txt b/Versions/build.txt index eb9a8114e..bf57d03f1 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2527 +2595 diff --git a/np3portableapp/_buildname.txt b/np3portableapp/_buildname.txt index 2ea7a7adf..dffc957ee 100644 --- a/np3portableapp/_buildname.txt +++ b/np3portableapp/_buildname.txt @@ -1 +1 @@ -"RC2" +BETA diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 0950bb741..b0ac99571 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,8 +3,8 @@ - Notepad3 RC2 + Notepad3 BETA diff --git a/src/VersionEx.h b/src/VersionEx.h index d567faafb..8ec90f343 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -7,11 +7,11 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 19 -#define VERSION_REV 814 -#define VERSION_BUILD 2527 +#define VERSION_REV 815 +#define VERSION_BUILD 2595 #define SCINTILLA_VER 420 #define ONIGURUMA_REGEX_VER 6.9.3 #define UCHARDET_VER 2018.09.27 #define TINYEXPR_VER 2018.05.11 #define UTHASH_VER 2.1.0 -#define VERSION_PATCH RC2 +#define VERSION_PATCH BETA