bump version

This commit is contained in:
Fish 2008-03-05 11:00:31 +00:00
parent 8a83094f95
commit 1069bec789
6 changed files with 11 additions and 8 deletions

View file

@ -3,6 +3,9 @@ NeoStats 3.x ChangeLog
Anything we add/remove/fix/change is in here (even our rants)
Fish (F), Mark (M), DeadNotBuried (D)
===============================================================================
* NeoStats * Version 3.0.1 (F)
- Bump Version (F)
* NeoStats * Version 3.0.0
- Finish the Update Module (F)
- Move the copyright handler in the HTML output of StatServ to a proper

View file

@ -1,4 +1,4 @@
* NeoStats * M & DNB & Fish * Version 3.0.0
* NeoStats * M & DNB & Fish * Version 3.0.1
==============================================================================
Important information you should know: (READ THIS!)
==============================================================================

2
configure vendored
View file

@ -2017,7 +2017,7 @@ fi
#Standard Defines for autoconf here
x_maj=3
x_min='0'
x_rev='0'
x_rev='1'
x_package='NeoStats'
MODULES="connectserv hostserv statserv ircdauth extauth limitserv textserv quoteserv operlog dccpartyline perltest templateauth template update"
#dont edit anything after this line!

View file

@ -11,7 +11,7 @@ AC_CACHE_LOAD
#Standard Defines for autoconf here
x_maj=3
x_min='0'
x_rev='0'
x_rev='1'
x_package='NeoStats'
MODULES="connectserv hostserv statserv ircdauth extauth limitserv textserv quoteserv operlog dccpartyline perltest templateauth template update"
#dont edit anything after this line!

View file

@ -430,7 +430,7 @@
#define RETSIGTYPE void
/* "Revision Version Number" */
#define REV "0"
#define REV "1"
/* 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.0"
#define NEO_WIN32VER "3,0,0,0"
#define NEO_WIN32VERN 3,0,0
#define NEO_VERSION "3.0.1"
#define NEO_WIN32VER "3,0,1,0"
#define NEO_WIN32VERN 3,0,1
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */

View file

@ -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-a4-%1.exe
move tools\NeoStats-Setup.exe tools\NeoStats-Setup-3-0-1-%1.exe