summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-12-11 11:47:06 -0500
committerAdam <Adam@anope.org>2017-12-11 11:47:06 -0500
commit68fcb1af9385e99a6d6ddd105cfdba1d75a9a13c (patch)
treec8ed8a656b27524113bf25282b5f0290fa25f620
parent0574de2d226534a880943d7e0d4a8e56c111041b (diff)
Bump for 2.0.7-git
-rw-r--r--docs/Changes3
-rw-r--r--docs/Changes.conf3
-rw-r--r--src/version.sh4
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes
index e657c2681..6afe1e914 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,3 +1,6 @@
+Anope Version 2.0.7-git
+-------------------
+
Anope Version 2.0.6
-------------------
Log client IP for web clients running commands via webcpanel
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 2b9b7fb62..558c0a7f7 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,3 +1,6 @@
+Anope Version 2.0.7-git
+-------------------
+
Anope Version 2.0.6
-------------------
Mark enc_md5 and enc_sha1 as deprecated. Their use has been discouraged for years, and they will be removed in a future release.
diff --git a/src/version.sh b/src/version.sh
index cd0e66a13..6050a8a6e 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -2,5 +2,5 @@
VERSION_MAJOR=2
VERSION_MINOR=0
-VERSION_PATCH=6
-VERSION_EXTRA=""
+VERSION_PATCH=7
+VERSION_EXTRA="-git"