diff options
author | Sadie Powell <sadie@witchery.services> | 2023-08-06 12:58:38 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-08-06 12:58:38 +0100 |
commit | 8bf14ad5eacdc11955c4e4f3a34e9b5dcbdc7ca7 (patch) | |
tree | 3fd5b814d7d035d863acf7f32f484df75b8da89b | |
parent | c9f21f4ef67b06836848d5cd315ac7bc390e978d (diff) |
Release 2.0.14.2.0.14
-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="" |