summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-27 21:05:48 -0400
committerAdam <Adam@anope.org>2011-08-27 21:05:48 -0400
commit49b81a5e7834f51e7447b94a62f063c36f2ae2ae (patch)
tree326ae473f173e88a62d94786dde8c8ffe10ca5ea /src
parent99e4eae4e9dbbf61ca59585c996e6264e59016a8 (diff)
Update changes.conf, bump version to 1.9.4-p1-git
Diffstat (limited to 'src')
-rw-r--r--src/version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.sh b/src/version.sh
index 7ce0bf93d..90140e41e 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -2,7 +2,7 @@
VERSION_MAJOR="1"
VERSION_MINOR="9"
VERSION_PATCH="4"
-VERSION_EXTRA=""
+VERSION_EXTRA="-p1-git"
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA"