diff options
author | Sadie Powell <sadie@witchery.services> | 2024-12-01 10:06:34 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-12-01 10:06:34 +0000 |
commit | b6f5b50086789b49a2ec92b1238db5ed374b3b50 (patch) | |
tree | 99bf1bb68b303c52066529504e261c1cf9b03f19 | |
parent | 3ae4a022eb92cf92e2eba5bcf5583e200c996fac (diff) |
Bump for 2.1.12-git.
-rw-r--r-- | docs/Changes | 4 | ||||
-rw-r--r-- | docs/Changes.conf | 5 | ||||
-rw-r--r-- | src/version.sh | 4 |
3 files changed, 11 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes index bb6d6ea9c..ee69c3308 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.1.12-git +------------------------ +No significant changes. + Anope Version 2.1.11 -------------------- Added support for database migrations to the mysql module. diff --git a/docs/Changes.conf b/docs/Changes.conf index 3426bb527..373d3e7d6 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,8 @@ +Anope Version 2.1.12-git +------------------------ +No significant changes. + + Anope Version 2.1.11 -------------------- Moved module:allowkilimmed from the ns_set module to the ns_set_kill module. diff --git a/src/version.sh b/src/version.sh index 83b69071b..fdb133c6f 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=1 -VERSION_PATCH=11 -VERSION_EXTRA="" +VERSION_PATCH=12 +VERSION_EXTRA="-git" |