From 41b40d2dae88ffe2221f48a95dedfe1f1cac85c9 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Tue, 14 May 2019 02:13:02 +0200 Subject: [PATCH] + chg: version info only --- 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 216c09cb5..b9eea8f07 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -1699 +1700 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 8293acbe1..5578f5bb6 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 RC diff --git a/src/VersionEx.h b/src/VersionEx.h index 08bd21b8a..a5f66a40e 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -7,8 +7,8 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 19 -#define VERSION_REV 512 -#define VERSION_BUILD 1699 +#define VERSION_REV 514 +#define VERSION_BUILD 1700 #define SCINTILLA_VER 415+ #define ONIGMO_REGEX_VER 6.2.0 #define VERSION_PATCH RC