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 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="" |