summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Changes4
-rw-r--r--docs/Changes.conf4
-rw-r--r--src/version.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/Changes b/docs/Changes
index b2e81aa63..56d4aa74a 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,5 +1,5 @@
-Anope Version 2.0.13-git
-------------------------
+Anope Version 2.0.13
+--------------------
Fixed a crash on some compilers when trying to call methods on a null pointer
Fixed a crash when encountering an unterminated commented config block
Fixed erroneously rejecting spaces in fantasy:name
diff --git a/docs/Changes.conf b/docs/Changes.conf
index e0811af56..64e68aee8 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,5 +1,5 @@
-Anope Version 2.0.13-git
-------------------------
+Anope Version 2.0.13
+--------------------
No significant changes.
Anope Version 2.0.12
diff --git a/src/version.sh b/src/version.sh
index be6b9e5b4..e78229f19 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -3,4 +3,4 @@
VERSION_MAJOR=2
VERSION_MINOR=0
VERSION_PATCH=13
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""