summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-09-01 09:49:40 +0100
committerSadie Powell <sadie@witchery.services>2024-09-01 09:50:24 +0100
commitec0cd9e7f993566b6a4ddf34e14d3c0d0587fbfd (patch)
tree1be654203c14f6a4ddf2eda1ac0b1b558892f87b
parentab0b851d2808696c01108ed038a621dedcd9eacd (diff)
Bump for 2.1.9-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 9fd8cf1e0..964f9c30d 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,3 +1,7 @@
+Anope Version 2.1.9-git
+-----------------------
+No significant changes.
+
Anope Version 2.1.8
-------------------
Added account identifiers to the nickserv/info output.
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 02fda79a8..fd6521cf0 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,3 +1,7 @@
+Anope Version 2.1.9-git
+-----------------------
+No significant changes.
+
Anope Version 2.1.8
-------------------
Added module:preservedisplay to the nickserv module.
diff --git a/src/version.sh b/src/version.sh
index a1639543c..7db4fdfdc 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -2,5 +2,5 @@
VERSION_MAJOR=2
VERSION_MINOR=1
-VERSION_PATCH=8
-VERSION_EXTRA=""
+VERSION_PATCH=9
+VERSION_EXTRA="-git"