diff options
author | Sadie Powell <sadie@witchery.services> | 2024-11-01 09:48:52 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-11-01 09:48:52 +0000 |
commit | f3c94e5d23a59a9dddb834b7dcb64e7b9053c31c (patch) | |
tree | e8a07b02c55e75ae1fa12e48c773e81958862d15 | |
parent | f2ab092742d59215dff8be9632b8295f2cc86b99 (diff) |
Release 2.1.10.2.1.10
-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 538cb3a0f..c0934d426 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.1.10-git ------------------------- +Anope Version 2.1.10 +-------------------- Added support for NEXTBANS on UnrealIRCd. Changed hostmask access entries added by nick to use that nick as the default description. Changed modes to be handled internally in their split form. diff --git a/docs/Changes.conf b/docs/Changes.conf index 808443425..7a9d6999f 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.1.10-git ------------------------- +Anope Version 2.1.10 +-------------------- Added options:servicealias. Moved nickserv/set/message and nickserv/saset/message to the ns_set_message module. Removed options:useprivmsg. diff --git a/src/version.sh b/src/version.sh index afedb1bcd..b0238f16a 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=10 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |