From 82e588a790a9b6034d56256b2977886a23a55d1f Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 12 Dec 2010 18:42:14 -0500 Subject: [PATCH] Anope 1.9.3 Release --- src/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.sh b/src/version.sh index 78b1310ff..4719e7ef0 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,7 +2,7 @@ VERSION_MAJOR="1" VERSION_MINOR="9" VERSION_PATCH="3" -VERSION_EXTRA="-tastes-good-on-toast" +VERSION_EXTRA="" VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA"