Prepared version 3.17.1124.693

This commit is contained in:
Derick Payne 2017-11-24 19:12:31 +02:00
parent 4a3a9a76d6
commit 2ef05a5cb0
3 changed files with 4 additions and 5 deletions

View File

@ -1,2 +1 @@
693
1

View File

@ -3,8 +3,9 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="3.17.1124.693"
version="3.17.1124.1"
type="win32"
/>
<description>Notepad3</description>
</assembly>

View File

@ -1,6 +1,5 @@
#define VERSION_MAJOR 3
#define VERSION_MINOR 17
#define VERSION_REV 1124
#define VERSION_BUILD 693
#define VERSION_BUILD 1
#define SCINTILLA_VER 402