mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Updated Versions Program to Build 68
This commit is contained in:
parent
ea2e508fbb
commit
20adcaea23
BIN
Version.exe
BIN
Version.exe
Binary file not shown.
19
Version.ini
19
Version.ini
@ -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
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="0.2.3.239"
|
||||
version="0.2.5.251"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3</description>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user