summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-13 13:14:32 -0400
committerAdam <Adam@anope.org>2011-09-10 00:54:29 -0400
commit2b5d9f349f0990f664e1e6a685dd2ef983b388c8 (patch)
treef7c54cf592507689c7ab7f4a12cfc0224a694e5a /src
parent3a502f2189bd573fcd132fe495295ee3d0cb0486 (diff)
Bump for 1.9.6 git
Diffstat (limited to 'src')
-rw-r--r--src/version.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.sh b/src/version.sh
index 3c40a4d0a..fbc713f7b 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -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"