diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-01 11:47:23 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-01 11:47:23 +0100 |
commit | b006966d25888857f777892fd3412d8c6da6af5d (patch) | |
tree | 7f9ea9fb8fe53e883d3784054569f25e86375167 | |
parent | 6037f63ae5f8cd287d1aed8570e7849941cbe872 (diff) |
Bump for 2.1.10-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 787dbaaba..ba42b679d 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.1.10-git +------------------------ +No significant changes. + Anope Version 2.1.9 ------------------- Bumped the minimum supported version of UnrealIRCd to 6. diff --git a/docs/Changes.conf b/docs/Changes.conf index b64be2e85..083d6505a 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.1.10-git +------------------------ +No significant changes. + Anope Version 2.1.9 ------------------- No significant changes. diff --git a/src/version.sh b/src/version.sh index 6de888fd2..afedb1bcd 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=1 -VERSION_PATCH=9 -VERSION_EXTRA="" +VERSION_PATCH=10 +VERSION_EXTRA="-git" |