diff options
-rw-r--r-- | docs/Changes | 3 | ||||
-rw-r--r-- | docs/Changes.conf | 3 | ||||
-rw-r--r-- | src/version.sh | 4 |
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" |