diff options
author | Sadie Powell <sadie@witchery.services> | 2024-06-01 09:44:43 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-06-01 09:44:43 +0100 |
commit | 2d6033c73f096990aaf58c7df7f0f3e40b54a695 (patch) | |
tree | bbe9aa68ac1f06ffff76a06115e2007ec02c6a61 | |
parent | 756dc498139a29a65ca198a4bb5ef723608e31aa (diff) |
Bump for 2.1.7-git.
-rw-r--r-- | docs/Changes | 4 | ||||
-rw-r--r-- | docs/Changes.conf | 4 | ||||
-rw-r--r-- | src/version.sh | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes index a28b532ed..2701bdeb7 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.1.7-git +----------------------- +No significant changes. + Anope Version 2.1.6 ------------------- Added opportunistic upgrading of TLS fingerprints to more secure algorithms on InspIRCd. diff --git a/docs/Changes.conf b/docs/Changes.conf index 39673788a..b10ed207c 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.1.7-git +----------------------- +No significant changes. + Anope Version 2.1.6 ------------------- Added module:automatic to the ns_cert module (defaults to yes). diff --git a/src/version.sh b/src/version.sh index c338c8e35..748471ef5 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=1 -VERSION_PATCH=6 -VERSION_EXTRA="" +VERSION_PATCH=7 +VERSION_EXTRA="-git" |