Bump Win32 Version

This commit is contained in:
Fish 2008-03-18 12:32:27 +00:00
parent 541259823e
commit 92b227ee85
3 changed files with 9 additions and 9 deletions

View file

@ -5,8 +5,8 @@ ComposerVersion=8.5.0.4
OperatingSystem=WinXP 5.1 2600 (Service Pack 2)
ProcessorNameString=Intel(R) Xeon(TM) CPU 2.40GHz
ComputerRAM=1534 MB
ProjectDrive=WIN (2.74 GB Free)
DateTime=10-MAR-2008 16:20:42
ProjectDrive=WIN (2.80 GB Free)
DateTime=18-MAR-2008 20:18:36
OutputType=EXE
Language=ENGLISH
License=PRO
@ -18,7 +18,7 @@ NonSFXDirectory=
MediaFileName=win32\GamesServ-Setup
CopyMediaToFName=
ProgramDescriptiveName=GamesServ for NeoStats
ProgramVersion=3.0.4.0
ProgramVersion=3.0.1.0
CompanyName=NeoStats
ProgVerLiveUpdate=1
RegisterAsApp=0

View file

@ -1,4 +1,4 @@
@echo off
IF EXIST win32\GamesServ-Setup*.exe del win32\GamesServ-Setup*.exe
"C:\Program Files\Pantaray\QSetup\Composer.exe" win32\GamesServ.qsp /Compile /Exit
move win32\GamesServ-Setup.exe win32\GamesServ-Setup-3-0-0-%1.exe
move win32\GamesServ-Setup.exe win32\GamesServ-Setup-3-0-1-%1.exe

View file

@ -3,7 +3,7 @@
/* #undef DEBUG */
/* Version number of package */
#define MODULE_VERSION "3.0.0"
#define MODULE_VERSION "3.0.1"
/* Major Version */
#define MODULE_MAJOR "3"
@ -12,9 +12,9 @@
#define MODULE_MINOR "0"
/* Revision */
#define MODULE_REV "0"
#define MODULE_REV "1"
/* "Full Version" */
#define MOD_VERSION "3.0.0"
#define MOD_WIN32VER "3,0,0,0"
#define MOD_WIN32VERN 3,0,0
#define MOD_VERSION "3.0.1"
#define MOD_WIN32VER "3,0,1,0"
#define MOD_WIN32VERN 3,0,1