Version update

This commit is contained in:
Derick Payne 2015-11-13 13:49:29 +02:00
parent 6346223876
commit 09a24686b5
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
[Version]
Build=197
Build=200
VersionHeader=src\VersionEx.h
ManifestConfig=res\Notepad3.exe.manifest.conf

View File

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

View File

@ -1,4 +1,4 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_REV 9
#define VERSION_BUILD 197
#define VERSION_MINOR 2
#define VERSION_REV 0
#define VERSION_BUILD 200