diff options
author | Sadie Powell <sadie@witchery.services> | 2024-04-01 11:24:48 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-04-01 11:24:48 +0100 |
commit | 507eefc82031ba6e372beb92fd68572f9af5c793 (patch) | |
tree | 7ff9fd297a47a9862a71456165a4ef9f47669035 | |
parent | 72af7648618b9c20710f096256dbaf639f2c6bd1 (diff) |
Release 2.1.4.2.1.4
-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 b9a1d5190..c3333bdfe 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.1.4-git ------------------------ +Anope Version 2.1.4 +------------------- Added a check for a non-deprecated encryption module on start. Added a way for protocol modules to report an error to the uplink. Added more account settings to the webcpanel. diff --git a/docs/Changes.conf b/docs/Changes.conf index d8c518e68..0651cd031 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.1.4-git ------------------------ +Anope Version 2.1.4 +------------------- Added the db_atheme module. Added the enc_argon2 module. Added the enc_posix module. diff --git a/src/version.sh b/src/version.sh index 946321cdb..5d0f18c56 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=4 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |