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 c3c5cb4e4..c5f187f7b 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,5 +1,5 @@
-Anope Version 2.0.17-git
-------------------------
+Anope Version 2.0.17
+--------------------
Fixed importing large flatfile databases into SQL.
Fixed marking channels as permanent.
Fixed serialising unset boolean extension items.
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 1ceaaef76..0f05b9a4f 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,5 +1,5 @@
-Anope Version 2.0.17-git
-------------------------
+Anope Version 2.0.17
+--------------------
No significant changes.
Anope Version 2.0.16
diff --git a/src/version.sh b/src/version.sh
index 20062ac58..9a4c8add3 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -3,4 +3,4 @@
VERSION_MAJOR=2
VERSION_MINOR=0
VERSION_PATCH=17
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""