diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-04 10:42:12 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-04 10:42:12 +0000 |
commit | 258daf6c265f3e1d66d54b7acdc480326d7ca450 (patch) | |
tree | 8cf9a1939f0809427f4d665909821f24182d57bb | |
parent | 57e8b4305e12fb398a5fda3e969a35a20d81a0d9 (diff) |
Release 2.1.3.2.1.3
-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 84005ba83..8bb6ca656 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.1.3-git ------------------------ +Anope Version 2.1.3 +------------------- Added alternate command suggestions when a user runs an invalid command. Added support for the IRCv3 +draft/channel-context tag. Added support for the IRCv3 +draft/reply tag. diff --git a/docs/Changes.conf b/docs/Changes.conf index 6394f788c..c332e2fbd 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.1.3-git ------------------------ +Anope Version 2.1.3 +------------------- Added options:didyoumeandifference. Added support for multiple SSL fingerprints in oper:certfp. Added the chanserv/cert oper privilege for modifying other user's certificate lists. diff --git a/src/version.sh b/src/version.sh index 11db818d7..8ca46ff52 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=3 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |