summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Changes2
-rw-r--r--docs/Changes.conf2
-rw-r--r--src/version.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/Changes b/docs/Changes
index 6c55ce1b5..45d38a5e7 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,4 +1,4 @@
-Anope Version 2.0.9-git
+Anope Version 2.0.9
-------------------
Fix a regression from 2.0.8 that prevented serialising to MySQL.
Send account identifiers to InspIRCd on SASL logins too
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 54015ec15..6238ef5b1 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,4 +1,4 @@
-Anope Version 2.0.9-git
+Anope Version 2.0.9
-------------------
No significant changes.
diff --git a/src/version.sh b/src/version.sh
index fbe0298fa..76274fa6a 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -3,4 +3,4 @@
VERSION_MAJOR=2
VERSION_MINOR=0
VERSION_PATCH=9
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""