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 e83d716ba..342d3b900 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,5 +1,5 @@
-Anope Version 2.0.15-git
-------------------------
+Anope Version 2.0.15
+--------------------
Fixed a race condition in changing the nick of a user.
Fixed being able to reset the password of suspended accounts.
Fixed chanserv/suspend info not being visible to regular users.
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 8a651e3c7..dcd9d3306 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,5 +1,5 @@
-Anope Version 2.0.15-git
-------------------------
+Anope Version 2.0.15
+--------------------
No significant changes.
Anope Version 2.0.14
diff --git a/src/version.sh b/src/version.sh
index c4597b675..d3b166c81 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -3,4 +3,4 @@
VERSION_MAJOR=2
VERSION_MINOR=0
VERSION_PATCH=15
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""