summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"