Merge branch 'mui'

This commit is contained in:
Pairi Daiza 2020-02-07 00:46:43 +01:00
commit cb438e6207
4 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
=====================================================
Current BETA Version 5.20.205.(build_#) (2020-02-05)
Current BETA Version 5.20.206.(build_#) (2020-02-06)
=====================================================
-----------------------------------------------------

View File

@ -1 +1 @@
2723
2724

View File

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

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 205
#define VERSION_BUILD 2723
#define VERSION_REV 206
#define VERSION_BUILD 2724
#define SCINTILLA_VER 430
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27