summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-04-01 11:26:07 +0100
committerSadie Powell <sadie@witchery.services>2024-04-01 11:26:07 +0100
commit4691dfa3f0b91e8cca1ebc8905c5f0bc08688b6b (patch)
tree18d50cb84c7853a886d8f9e941bed27d20a49858
parent507eefc82031ba6e372beb92fd68572f9af5c793 (diff)
Bump for 2.1.5-git.
-rw-r--r--docs/Changes4
-rw-r--r--docs/Changes.conf4
-rw-r--r--src/version.sh4
3 files changed, 10 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes
index c3333bdfe..5d86c7155 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,3 +1,7 @@
+Anope Version 2.1.5-git
+-----------------------
+No significant changes.
+
Anope Version 2.1.4
-------------------
Added a check for a non-deprecated encryption module on start.
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 0651cd031..ce696c2cf 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,3 +1,7 @@
+Anope Version 2.1.5-git
+-----------------------
+No significant changes.
+
Anope Version 2.1.4
-------------------
Added the db_atheme module.
diff --git a/src/version.sh b/src/version.sh
index 5d0f18c56..375c6f29a 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -2,5 +2,5 @@
VERSION_MAJOR=2
VERSION_MINOR=1
-VERSION_PATCH=4
-VERSION_EXTRA=""
+VERSION_PATCH=5
+VERSION_EXTRA="-git"