summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-09-01 09:46:17 +0100
committerSadie Powell <sadie@witchery.services>2024-09-01 09:46:17 +0100
commitab0b851d2808696c01108ed038a621dedcd9eacd (patch)
tree4dbea5cd16bc6ad2f235a9c0507de5e7f9c4797a
parent4e3720b810c0ef08cbbf32142535826e62386a89 (diff)
Release 2.1.8.2.1.8
-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=""