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 c5f187f7b..6ac23ce64 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,3 +1,7 @@
+Anope Version 2.0.18-git
+------------------------
+No significant changes.
+
Anope Version 2.0.17
--------------------
Fixed importing large flatfile databases into SQL.
@@ -11,8 +15,8 @@ Fixed unnecessary SQL updates caused by dereferencing user accounts.
Increased the size of the chanstats letter and word count columns.
Updated the location of the Anope IRC channels.
-Anope Version 2.0.16-git
-------------------------
+Anope Version 2.0.16
+--------------------
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 0f05b9a4f..14574cc88 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,3 +1,7 @@
+Anope Version 2.0.18-git
+------------------------
+No significant changes.
+
Anope Version 2.0.17
--------------------
No significant changes.
diff --git a/src/version.sh b/src/version.sh
index 9a4c8add3..5be2b116d 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -2,5 +2,5 @@
VERSION_MAJOR=2
VERSION_MINOR=0
-VERSION_PATCH=17
-VERSION_EXTRA=""
+VERSION_PATCH=18
+VERSION_EXTRA="-git"