+ upd: Version files and Changes.txt (correction)

This commit is contained in:
Pairi Daiza 2020-09-14 23:51:17 +02:00
parent 7ecbd69deb
commit efe9bc08bf
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
913
914

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.913.2"
version="5.20.914.1"
type="win32"
/>
<description>Notepad3 rc</description>

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 913
#define VERSION_BUILD 2
#define VERSION_REV 914
#define VERSION_BUILD 1
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27