diff --git a/ChangeLog b/ChangeLog index 16f3c495..9b1293de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/RELNOTES b/RELNOTES index fd908582..698ba1dd 100644 --- a/RELNOTES +++ b/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!) ============================================================================== diff --git a/configure b/configure index 2f7100cd..af6258ce 100755 --- a/configure +++ b/configure @@ -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! diff --git a/configure.in b/configure.in index c9c46d1e..76e0d527 100644 --- a/configure.in +++ b/configure.in @@ -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! diff --git a/include/configwin32.h b/include/configwin32.h index 6f203fa1..9e9fd563 100644 --- a/include/configwin32.h +++ b/include/configwin32.h @@ -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 */ diff --git a/tools/buildwin32snap.bat b/tools/buildwin32snap.bat index f3138c92..e26f5253 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-a4-%1.exe +move tools\NeoStats-Setup.exe tools\NeoStats-Setup-3-0-1-%1.exe