Updated Versions Program to Build 68

This commit is contained in:
Derick Payne 2015-11-20 14:06:38 +02:00
parent ea2e508fbb
commit 20adcaea23
4 changed files with 19 additions and 6 deletions

Binary file not shown.

View File

@ -1,4 +1,17 @@
[Version]
Build=239
[Versions]
; Language: CSharp
; Major, Minor, Maintenance: auto - Auto Increment
; Maintenance: 0 - alpha, 1 - beta, 2 - release candidate, 3 - final release
; Build number always auto increments.
Language=CPlusPlus
Major=auto
Minor=auto
Maintenance=auto
Build=251
[CSharp]
AssemConfig=Rizonesoft.Voice.Win\Properties\AssemblyInfo.cs.conf
[CPlusPlus]
VersionHeader=src\VersionEx.h
ManifestConfig=res\Notepad3.exe.manifest.conf
AssemConfig=res\Notepad3.exe.manifest.conf

View File

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

View File

@ -1,4 +1,4 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_REV 3
#define VERSION_BUILD 239
#define VERSION_REV 5
#define VERSION_BUILD 251