diff options
author | Adam <Adam@anope.org> | 2011-09-09 23:28:58 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-09 23:28:58 -0400 |
commit | 3a502f2189bd573fcd132fe495295ee3d0cb0486 (patch) | |
tree | 9a5acacbadc4448f33edefd7b08a3469b1466918 | |
parent | b6dad375a30df3447d3acb8ea00731826bffe391 (diff) |
Anope 1.9.5 Release1.9.5
-rw-r--r-- | src/version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.sh b/src/version.sh index b22c7ab27..3c40a4d0a 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,7 +2,7 @@ VERSION_MAJOR="1" VERSION_MINOR="9" VERSION_PATCH="5" -VERSION_EXTRA="-is-both-the-chicken-and-the-egg" +VERSION_EXTRA="" VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA" |