Bump Win32 version
This commit is contained in:
parent
8b98db8147
commit
da6e1c7f1c
3 changed files with 8 additions and 8 deletions
|
@ -430,7 +430,7 @@
|
|||
#define RETSIGTYPE void
|
||||
|
||||
/* "Revision Version Number" */
|
||||
#define REV "1"
|
||||
#define REV "2"
|
||||
|
||||
/* Define to the type of arg 1 for `select'. */
|
||||
#define SELECT_TYPE_ARG1 int
|
||||
|
@ -465,9 +465,9 @@
|
|||
/* #undef USE_RAW */
|
||||
|
||||
/* "Full Version" */
|
||||
#define NEO_VERSION "3.0.1"
|
||||
#define NEO_WIN32VER "3,0,1,0"
|
||||
#define NEO_WIN32VERN 3,0,1
|
||||
#define NEO_VERSION "3.0.2"
|
||||
#define NEO_WIN32VER "3,0,2,0"
|
||||
#define NEO_WIN32VERN 3,0,2
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
/* #undef _FILE_OFFSET_BITS */
|
||||
|
|
|
@ -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=TOO (2.80 GB Free)
|
||||
DateTime=18-MAR-2008 20:36:40
|
||||
ProjectDrive=TOO (1.75 GB Free)
|
||||
DateTime=07-APR-2008 20:02:31
|
||||
OutputType=EXE
|
||||
Language=ENGLISH
|
||||
License=PRO
|
||||
|
@ -18,7 +18,7 @@ NonSFXDirectory=tools\\NonSFX
|
|||
MediaFileName=NeoStats-Setup
|
||||
CopyMediaToFName=\\tsclient\Fish\Users\justin\Documents\downloads\NeoStats-Setup.exe
|
||||
ProgramDescriptiveName=NeoStats IRC Services
|
||||
ProgramVersion=3.0.1.0
|
||||
ProgramVersion=3.0.2.0
|
||||
CompanyName=NeoStats
|
||||
ProgVerLiveUpdate=1
|
||||
RegisterAsApp=1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
IF EXIST tools\NeoStats-Setup*.exe del tools\NeoStats-Setup*.exe
|
||||
"C:\Program Files\Pantaray\QSetup\Composer.exe" tools\NeoStats.qsp /Compile /Exit
|
||||
move tools\NeoStats-Setup.exe tools\NeoStats-Setup-3-0-1-%1.exe
|
||||
move tools\NeoStats-Setup.exe tools\NeoStats-Setup-3-0-2-%1.exe
|
||||
|
|
Reference in a new issue