Another attempt to fix version testing.

This commit is contained in:
Derick Payne 2018-01-02 02:35:56 +02:00
parent e47abebaf0
commit e3bf279b3a
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
794
795

View File

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

View File

@ -6,6 +6,6 @@
#define VERSION_MAJOR 3
#define VERSION_MINOR 18
#define VERSION_REV 0102
#define VERSION_BUILD 794
#define VERSION_BUILD 795
#define SCINTILLA_VER 402
#define ONIGMO_REGEX_VER 6.1.3