From c707ff9a14e99b567981bdb8ed46d3a9a5c5770f Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 2 Mar 2022 18:35:43 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 3 ++- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index a44e8631c..22144f233 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.22.301.(build_#) (2022-03-01) +Current BETA/RC Version 5.22.302.(build_#) (2022-03-02) ======================================================== -------------------------------------------------------- @@ -54,6 +54,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[.302.1]- Default settings for Auto-Save beta version. [.226.1]- Rainbow CSV Lexer: try to solve non-paired quotings. [.218.1]- Show number of occurrence on sequence of marked all. [.217.2]- Drag&drop text snippet while ALT-Key down will not scroll. diff --git a/Versions/day.txt b/Versions/day.txt index d8fc48a4f..274f7143b 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -301 +302 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index a250f6c35..68ffe427f 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 4f63e2764..8648ce022 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 22 -#define VERSION_REV 301 +#define VERSION_REV 302 #define VERSION_BUILD 1 #define SCINTILLA_VER 520 #define LEXILLA_VER 515