From a6d51f24e1810d836062fe708cf3343a001fddc8 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sat, 25 Jan 2020 14:38:56 +0100 Subject: [PATCH] + Add version files for beta channel (Build_2714) --- Versions/build.txt | 2 +- doc/KeyboardShortcuts.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Versions/build.txt b/Versions/build.txt index c98e88a99..091d5b0a2 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2713 +2714 diff --git a/doc/KeyboardShortcuts.txt b/doc/KeyboardShortcuts.txt index 7a9472615..ea5790cb6 100644 --- a/doc/KeyboardShortcuts.txt +++ b/doc/KeyboardShortcuts.txt @@ -19,7 +19,7 @@ Keyboard Shortcuts for Notepad3 Tools Alt+N Open document in new window. - Alt+Shit+N Open new empty window. + Alt+Shift+N Open new empty window. Ctrl+M Run MiniPath file browser plugin. Ctrl+L Launch document. Alt+L Open with. diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 074ca286a..2d2b64984 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 d71bccebd..ce7e51eb0 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 124 -#define VERSION_BUILD 2713 +#define VERSION_REV 125 +#define VERSION_BUILD 2714 #define SCINTILLA_VER 430 #define ONIGURUMA_REGEX_VER 6.9.4 #define UCHARDET_VER 2018.09.27