summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-07-19 12:52:01 +0100
committerSadie Powell <sadie@witchery.services>2024-07-19 13:24:41 +0100
commitbfca74f6b34a87dc1aca9753a367acc5415fddf2 (patch)
treeb72ed2a4dd22822c99c42d0b1df70881e0648f4c
parent3acf74483ca5b5e4ff082fa2253df0366b43a54e (diff)
Bump for 2.0.17-git.
-rw-r--r--docs/Changes8
-rw-r--r--docs/Changes.conf4
-rw-r--r--src/version.sh4
3 files changed, 12 insertions, 4 deletions
diff --git a/docs/Changes b/docs/Changes
index e0ba80557..730c5f43c 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,5 +1,9 @@
-Anope Version 2.0.16
---------------------
+Anope Version 2.0.17-git
+------------------------
+No significant changes.
+
+Anope Version 2.0.16-git
+------------------------
Added a workaround for users matching expired sqlines.
Fixed a copy/paste error in webcpanel.
Fixed a crash in db_flatfile caused by trying to serialize data without a type.
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 12036af57..1ceaaef76 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,3 +1,7 @@
+Anope Version 2.0.17-git
+------------------------
+No significant changes.
+
Anope Version 2.0.16
--------------------
No significant changes.
diff --git a/src/version.sh b/src/version.sh
index ead1a4c6f..20062ac58 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -2,5 +2,5 @@
VERSION_MAJOR=2
VERSION_MINOR=0
-VERSION_PATCH=16
-VERSION_EXTRA=""
+VERSION_PATCH=17
+VERSION_EXTRA="-git"