summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-05-01 14:16:09 +0100
committerSadie Powell <sadie@witchery.services>2024-05-01 14:16:09 +0100
commit72318a6bf0e185f8ab2147277e3dd954f1888993 (patch)
tree81f22fbc60a644fa728666ec8f18c4a52604004c
parent2f77cb38e2453cc405d3e4bdf8bc5c812e0b6de2 (diff)
Release 2.1.5.2.1.5
-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 d957b14b0..033a21b9b 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,5 +1,5 @@
-Anope Version 2.1.5-git
------------------------
+Anope Version 2.1.5
+-------------------
Added an example systemd unit file.
Added support for BIGLINES on UnrealIRCd.
Bumped the minimum supported version of Bahamut to 2.0.
diff --git a/docs/Changes.conf b/docs/Changes.conf
index c2408233a..935951617 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,5 +1,5 @@
-Anope Version 2.1.5-git
------------------------
+Anope Version 2.1.5
+-------------------
Added the nickserv/drop/override and chanserv/drop/override oper privileges.
Anope Version 2.1.4
diff --git a/src/version.sh b/src/version.sh
index 375c6f29a..6993320e8 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -3,4 +3,4 @@
VERSION_MAJOR=2
VERSION_MINOR=1
VERSION_PATCH=5
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""