bump version
This commit is contained in:
parent
8a83094f95
commit
1069bec789
6 changed files with 11 additions and 8 deletions
|
@ -3,6 +3,9 @@ NeoStats 3.x ChangeLog
|
||||||
Anything we add/remove/fix/change is in here (even our rants)
|
Anything we add/remove/fix/change is in here (even our rants)
|
||||||
Fish (F), Mark (M), DeadNotBuried (D)
|
Fish (F), Mark (M), DeadNotBuried (D)
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
* NeoStats * Version 3.0.1 (F)
|
||||||
|
- Bump Version (F)
|
||||||
|
|
||||||
* NeoStats * Version 3.0.0
|
* NeoStats * Version 3.0.0
|
||||||
- Finish the Update Module (F)
|
- Finish the Update Module (F)
|
||||||
- Move the copyright handler in the HTML output of StatServ to a proper
|
- Move the copyright handler in the HTML output of StatServ to a proper
|
||||||
|
|
2
RELNOTES
2
RELNOTES
|
@ -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!)
|
Important information you should know: (READ THIS!)
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2017,7 +2017,7 @@ fi
|
||||||
#Standard Defines for autoconf here
|
#Standard Defines for autoconf here
|
||||||
x_maj=3
|
x_maj=3
|
||||||
x_min='0'
|
x_min='0'
|
||||||
x_rev='0'
|
x_rev='1'
|
||||||
x_package='NeoStats'
|
x_package='NeoStats'
|
||||||
MODULES="connectserv hostserv statserv ircdauth extauth limitserv textserv quoteserv operlog dccpartyline perltest templateauth template update"
|
MODULES="connectserv hostserv statserv ircdauth extauth limitserv textserv quoteserv operlog dccpartyline perltest templateauth template update"
|
||||||
#dont edit anything after this line!
|
#dont edit anything after this line!
|
||||||
|
|
|
@ -11,7 +11,7 @@ AC_CACHE_LOAD
|
||||||
#Standard Defines for autoconf here
|
#Standard Defines for autoconf here
|
||||||
x_maj=3
|
x_maj=3
|
||||||
x_min='0'
|
x_min='0'
|
||||||
x_rev='0'
|
x_rev='1'
|
||||||
x_package='NeoStats'
|
x_package='NeoStats'
|
||||||
MODULES="connectserv hostserv statserv ircdauth extauth limitserv textserv quoteserv operlog dccpartyline perltest templateauth template update"
|
MODULES="connectserv hostserv statserv ircdauth extauth limitserv textserv quoteserv operlog dccpartyline perltest templateauth template update"
|
||||||
#dont edit anything after this line!
|
#dont edit anything after this line!
|
||||||
|
|
|
@ -430,7 +430,7 @@
|
||||||
#define RETSIGTYPE void
|
#define RETSIGTYPE void
|
||||||
|
|
||||||
/* "Revision Version Number" */
|
/* "Revision Version Number" */
|
||||||
#define REV "0"
|
#define REV "1"
|
||||||
|
|
||||||
/* Define to the type of arg 1 for `select'. */
|
/* Define to the type of arg 1 for `select'. */
|
||||||
#define SELECT_TYPE_ARG1 int
|
#define SELECT_TYPE_ARG1 int
|
||||||
|
@ -465,9 +465,9 @@
|
||||||
/* #undef USE_RAW */
|
/* #undef USE_RAW */
|
||||||
|
|
||||||
/* "Full Version" */
|
/* "Full Version" */
|
||||||
#define NEO_VERSION "3.0.0"
|
#define NEO_VERSION "3.0.1"
|
||||||
#define NEO_WIN32VER "3,0,0,0"
|
#define NEO_WIN32VER "3,0,1,0"
|
||||||
#define NEO_WIN32VERN 3,0,0
|
#define NEO_WIN32VERN 3,0,1
|
||||||
|
|
||||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||||
/* #undef _FILE_OFFSET_BITS */
|
/* #undef _FILE_OFFSET_BITS */
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@echo off
|
@echo off
|
||||||
IF EXIST tools\NeoStats-Setup*.exe del tools\NeoStats-Setup*.exe
|
IF EXIST tools\NeoStats-Setup*.exe del tools\NeoStats-Setup*.exe
|
||||||
"C:\Program Files\Pantaray\QSetup\Composer.exe" tools\NeoStats.qsp /Compile /Exit
|
"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
|
||||||
|
|
Reference in a new issue