From 748001667ff537c2d890a10eeccbdcf832cb99cc Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sun, 15 Dec 2019 17:20:04 +0100 Subject: [PATCH] + Add version files for beta channel (Build_2696) --- Versions/build.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Versions/build.txt b/Versions/build.txt index 180cab9ea..424f6c4ac 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2695 +2996 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index cce15e3fc..fc6d37e00 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 18761beec..84bfc82da 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,8 +8,8 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 19 -#define VERSION_REV 1205 -#define VERSION_BUILD 2695 +#define VERSION_REV 1215 +#define VERSION_BUILD 2996 #define SCINTILLA_VER 421 #define ONIGURUMA_REGEX_VER 6.9.4 #define UCHARDET_VER 2018.09.27