1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 22:03:14 +02:00

Bump for 1.9.6 git

This commit is contained in:
Adam
2011-08-13 13:14:32 -04:00
parent 3a502f2189
commit 2b5d9f349f
3 changed files with 8 additions and 2 deletions
+3
View File
@@ -1,3 +1,6 @@
Anope Version 1.9.6
--------------------
Anope Version 1.9.5
--------------------
A Extended LDAP support
+3
View File
@@ -1,3 +1,6 @@
Anope Version 1.9.6
-------------------
Anope Version 1.9.5
-------------------
Don't even try it, get a new config and start over.
+2 -2
View File
@@ -1,8 +1,8 @@
#!/bin/sh
VERSION_MAJOR="1"
VERSION_MINOR="9"
VERSION_PATCH="5"
VERSION_EXTRA=""
VERSION_PATCH="6"
VERSION_EXTRA="-with-bacon-and-eggs"
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA"