bump nix version
This commit is contained in:
parent
da6e1c7f1c
commit
b98b6e7d6e
4 changed files with 1096 additions and 3829 deletions
|
@ -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.2 (F)
|
||||
- Bump Version (F)
|
||||
|
||||
* NeoStats * Version 3.0.1 (F)
|
||||
- Fix Inspircd module Glining *@* (Neo-428) (F)
|
||||
- Fix wrong prefixs for Inspircd Module as reported by Brain (F)
|
||||
|
|
2
RELNOTES
2
RELNOTES
|
@ -1,4 +1,4 @@
|
|||
* NeoStats * M & DNB & Fish * Version 3.0.1
|
||||
* NeoStats * M & DNB & Fish * Version 3.0.2
|
||||
==============================================================================
|
||||
Important information you should know: (READ THIS!)
|
||||
==============================================================================
|
||||
|
|
|
@ -11,7 +11,7 @@ AC_CACHE_LOAD
|
|||
#Standard Defines for autoconf here
|
||||
x_maj=3
|
||||
x_min='0'
|
||||
x_rev='1'
|
||||
x_rev='2'
|
||||
x_package='NeoStats'
|
||||
MODULES="connectserv hostserv statserv ircdauth extauth limitserv textserv quoteserv operlog dccpartyline perltest templateauth template update"
|
||||
#dont edit anything after this line!
|
||||
|
|
Reference in a new issue