+ Add version files for beta channel (Build_2725)

This commit is contained in:
Pairi Daiza 2020-02-08 09:53:43 +01:00
parent 37e337e779
commit b54a335fdd
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.206.(build_#) (2020-02-06)
Current BETA Version 5.20.208.(build_#) (2020-02-08)
=====================================================
-----------------------------------------------------

View File

@ -1 +1 @@
2724
2725

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.206.2724"
version="5.20.208.2725"
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 206
#define VERSION_BUILD 2724
#define VERSION_REV 208
#define VERSION_BUILD 2725
#define SCINTILLA_VER 430
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27