diff options
author | Sadie Powell <sadie@witchery.services> | 2023-11-24 13:34:47 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-11-24 13:37:11 +0000 |
commit | 2b21264fb02e59662365ae4aa4f88647b4ea4dc8 (patch) | |
tree | 831ac9135b39d71afaa7b84c95a0a67966c34dc4 | |
parent | 3f61b52db34bdbd4076878cf3af79f0953f71599 (diff) |
Bump for 2.1.1-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 723259bfb..43605308a 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.1.1-git +----------------------- +No significant changes. + Anope Version 2.1.0 ------------------- Added support for access list entry descriptions. diff --git a/docs/Changes.conf b/docs/Changes.conf index efd74aa2a..fdfa09982 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.1.1-git +----------------------- +No significant changes. + Anope Version 2.1.0 ------------------- Added nickserv:minpasslen for configuring the minimum password length. diff --git a/src/version.sh b/src/version.sh index 9bae8bcbb..b1aa49f3a 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=1 -VERSION_PATCH=0 -VERSION_EXTRA="" +VERSION_PATCH=1 +VERSION_EXTRA="-git" |