diff options
-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 d304ad790..39ff39997 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.14-git ------------------------- +Anope Version 2.0.14 +-------------------- Added support for sqlining channels on UnrealIRCd. Fixed a crash when trying to access config for non-loaded modules. Fixed detection of the InspIRCd nopartmsg module. diff --git a/docs/Changes.conf b/docs/Changes.conf index 329af4191..8339994af 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.14-git ------------------------- +Anope Version 2.0.14 +-------------------- Added mail:content_type to allow customising the content type of emails. Anope Version 2.0.13 diff --git a/src/version.sh b/src/version.sh index c03b1e511..bf8b88e49 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=14 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |