summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-12-11 11:46:10 -0500
committerAdam <Adam@anope.org>2017-12-11 11:46:10 -0500
commit0574de2d226534a880943d7e0d4a8e56c111041b (patch)
treeb7066122398668357d456dc74c3a07a0ce164931
parentc9c53dbe617a42413a0eb348d43c6f15b8f7f214 (diff)
Anope 2.0.6 Release2.0.6
-rw-r--r--docs/Changes2
-rw-r--r--docs/Changes.conf2
-rw-r--r--src/version.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/Changes b/docs/Changes
index 3018b079c..e657c2681 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,4 +1,4 @@
-Anope Version 2.0.6-git
+Anope Version 2.0.6
-------------------
Log client IP for web clients running commands via webcpanel
Fix log file path for the config file could not be opened log message
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 038b005c3..2b9b7fb62 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,4 +1,4 @@
-Anope Version 2.0.6-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.
Exempt all of 127.0.0.0/8 from m_dnsbl by default
diff --git a/src/version.sh b/src/version.sh
index 8fe971e6e..cd0e66a13 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -3,4 +3,4 @@
VERSION_MAJOR=2
VERSION_MINOR=0
VERSION_PATCH=6
-VERSION_EXTRA="-git"
+VERSION_EXTRA=""