Merge pull request #1612 from hpwamr/mui

+ chg: Update Changes.txt and Update Build version
This commit is contained in:
Pairi Daiza 2019-09-08 10:19:17 +02:00 committed by GitHub
commit 2b883403e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View File

@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
==================================================
Current BETA Version 5.19.906.#(build) (2019-09-06)
Current BETA Version 5.19.908.#(build) (2019-09-08)
==================================================
--------------------------------------------------
@ -61,6 +61,7 @@ ENHANCEMENT:
--------------------------------------------------
FIXES:
--------------------------------------------------
- Minor correction of HotKey.
- Ctrl+Shift-C/X and Paste behaviour.
- Markdown highlight overflow.
- Redo initial selection after replace (ins/del).

View File

@ -1 +1 @@
2619
2620

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.19.905.2619"
version="5.19.908.2620"
type="win32"
/>
<description>Notepad3 BETA</description>

View File

@ -7,8 +7,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
#define VERSION_REV 905
#define VERSION_BUILD 2619
#define VERSION_REV 908
#define VERSION_BUILD 2620
#define SCINTILLA_VER 420
#define ONIGURUMA_REGEX_VER 6.9.3
#define UCHARDET_VER 2018.09.27