diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-01 11:46:02 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-01 11:46:13 +0100 |
commit | 6037f63ae5f8cd287d1aed8570e7849941cbe872 (patch) | |
tree | a2fb7a3fe3f361994e11600716356da3592edd87 | |
parent | 5cdb65ca5246dce0f3f6fe8a32d9b255a5a87b87 (diff) |
Release 2.1.9.2.1.9
-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 cb7203aae..787dbaaba 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.1.9-git ------------------------ +Anope Version 2.1.9 +------------------- Bumped the minimum supported version of UnrealIRCd to 6. Fixed granting IRC operator status to services operators. Fixed making users an IRC operator on InspIRCd. diff --git a/docs/Changes.conf b/docs/Changes.conf index fd6521cf0..b64be2e85 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.1.9-git ------------------------ +Anope Version 2.1.9 +------------------- No significant changes. Anope Version 2.1.8 diff --git a/src/version.sh b/src/version.sh index 7db4fdfdc..6de888fd2 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=9 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |