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 26a3ebda1..9fd8cf1e0 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,5 +1,5 @@
-Anope Version 2.1.8-git
------------------------
+Anope Version 2.1.8
+-------------------
Added account identifiers to the nickserv/info output.
Added support for bool, float, and uint SQL columns.
Added the ability to automatically determine SQL column types based on the native type.
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 96d29a2e9..02fda79a8 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,5 +1,5 @@
-Anope Version 2.1.8-git
------------------------
+Anope Version 2.1.8
+-------------------
Added module:preservedisplay to the nickserv module.
Added the nickserv/drop/display oper privilege.
diff --git a/src/version.sh b/src/version.sh
index f7aaf3972..a1639543c 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -3,4 +3,4 @@
VERSION_MAJOR=2
VERSION_MINOR=1
VERSION_PATCH=8
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""