diff options
author | Adam <Adam@anope.org> | 2017-01-22 17:04:20 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-01-22 17:04:20 -0500 |
commit | c593661f40f6b4d28ffd15476d6a5a0246c59a5c (patch) | |
tree | a83a33f1df2709d1000cecf6735f283795243aed | |
parent | a9bf2518864a6919f7e1217016c9dec3a3b08323 (diff) |
Anope 2.0.6-git
-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 255cf6c21..8187c311c 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,6 @@ +Anope Version 2.0.6-git +------------------- + Anope Version 2.0.5 ------------------- Fix negative levels to not match users with negative access diff --git a/docs/Changes.conf b/docs/Changes.conf index b8a798f40..91211b653 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,6 @@ +Anope Version 2.0.6-git +------------------- + Anope Version 2.0.5 ------------------- No significant changes. diff --git a/src/version.sh b/src/version.sh index 84ca5638f..8fe971e6e 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=0 -VERSION_PATCH=5 -VERSION_EXTRA="" +VERSION_PATCH=6 +VERSION_EXTRA="-git" |