From 8bf14ad5eacdc11955c4e4f3a34e9b5dcbdc7ca7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 6 Aug 2023 12:58:38 +0100 Subject: Release 2.0.14. --- docs/Changes | 4 ++-- docs/Changes.conf | 4 ++-- 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="" -- cgit