From da6e1c7f1cd6d03ca66a42c8e30639b69a7a8ef0 Mon Sep 17 00:00:00 2001 From: Fish <> Date: Mon, 7 Apr 2008 12:04:51 +0000 Subject: [PATCH] Bump Win32 version --- include/configwin32.h | 8 ++++---- tools/NeoStats.qsp | 6 +++--- tools/buildwin32snap.bat | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/configwin32.h b/include/configwin32.h index 9e9fd563..a820a4fe 100644 --- a/include/configwin32.h +++ b/include/configwin32.h @@ -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 */ diff --git a/tools/NeoStats.qsp b/tools/NeoStats.qsp index cdfa4d46..556834b7 100644 --- a/tools/NeoStats.qsp +++ b/tools/NeoStats.qsp @@ -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 diff --git a/tools/buildwin32snap.bat b/tools/buildwin32snap.bat index e26f5253..d39620fd 100644 --- a/tools/buildwin32snap.bat +++ b/tools/buildwin32snap.bat @@ -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