summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-10-22 12:08:50 +0100
committerSadie Powell <sadie@witchery.services>2020-10-22 12:08:50 +0100
commit236affa2a4db1f8fe5a5c0645da40f0f0901e7f6 (patch)
tree0663bc6b7eb38551bc748e452c68557212ac6019
parentf8d8104d82b039d63fb4e03430896c3c1ffe7706 (diff)
Release 2.0.9.2.0.9
-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=""