diff options
author | Adam <Adam@anope.org> | 2010-12-25 01:19:29 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-25 01:19:29 -0500 |
commit | 673f6cb2f97d861e08d363cfa09d3022f1322389 (patch) | |
tree | 516fcb76a92394f0ae6fbea042aaf396a77ff76f | |
parent | 852ed51ed7cb9cd2ff503b2ab854fc756b961f72 (diff) | |
parent | 5144b63a3a73cc7a51ac0095788f833218cdc4c6 (diff) |
Merge branch '1.9.3-p1' of git.sigterm.info:anope/anope into 1.9.3-p1
-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 4719e7ef0..e64f4b37a 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,7 +2,7 @@ VERSION_MAJOR="1" VERSION_MINOR="9" VERSION_PATCH="3" -VERSION_EXTRA="" +VERSION_EXTRA="-p1" VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA" |