diff options
author | Sadie Powell <sadie@witchery.services> | 2022-04-22 10:17:19 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-04-22 10:17:19 +0100 |
commit | 2062eb23f083e9b831ea0e9e2ee2989a219e0851 (patch) | |
tree | 944db6ddae0a9344dfa835583b3953aed980e11c | |
parent | af4d7d21ba0dbdde157c93452f19c2d8f30d54ab (diff) |
Release 2.0.11.2.0.11
-rw-r--r-- | docs/Changes | 4 | ||||
-rw-r--r-- | docs/Changes.conf | 4 | ||||
-rw-r--r-- | src/version.sh | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/Changes b/docs/Changes index 14f347d95..d46f5b6c6 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.11-git ------------------------- +Anope Version 2.0.11 +-------------------- Fixed ldap on OpenLDAP 2.5+ Fixed not using utf-8 encoding for outgoing email Fixed ns_resetpass not returning a response for XMLRPC diff --git a/docs/Changes.conf b/docs/Changes.conf index f6652451c..b61eeede4 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.11-git ------------------------- +Anope Version 2.0.11 +-------------------- No significant changes. Anope Version 2.0.10 diff --git a/src/version.sh b/src/version.sh index 313ef2369..6a6f99b15 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=11 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |