diff options
author | Adam <Adam@anope.org> | 2017-01-22 16:09:36 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-01-22 16:09:36 -0500 |
commit | a9bf2518864a6919f7e1217016c9dec3a3b08323 (patch) | |
tree | acf3921ca373b4074cabad1ea38dc26aa368963b | |
parent | beac29b1d00235065090aa03b177e8671100bbc2 (diff) |
Anope 2.0.5 Release2.0.5
-rw-r--r-- | docs/Changes | 2 | ||||
-rw-r--r-- | docs/Changes.conf | 2 | ||||
-rw-r--r-- | src/version.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/Changes b/docs/Changes index 2e42a7b5a..255cf6c21 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,4 +1,4 @@ -Anope Version 2.0.5-git +Anope Version 2.0.5 ------------------- Fix negative levels to not match users with negative access Fix memo sender to always be the account name of the sender diff --git a/docs/Changes.conf b/docs/Changes.conf index 6f8c10f2a..b8a798f40 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,4 +1,4 @@ -Anope Version 2.0.5-git +Anope Version 2.0.5 ------------------- No significant changes. diff --git a/src/version.sh b/src/version.sh index 128bbab8a..84ca5638f 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=5 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |