diff options
author | Sadie Powell <sadie@witchery.services> | 2022-12-09 08:33:02 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-12-09 08:33:02 +0000 |
commit | e78db21180ea135b1f404d45f613ae1a78219cc9 (patch) | |
tree | 8db7ee683697a135074dd14ab81d7367a23ed3cd | |
parent | d4d2a4b4ce5c2cbdc75214d33a4c45fff11ec784 (diff) |
Mark as 2.0.13-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 386c568a2..e37de690a 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.0.13-git +------------------------ +No significant changes. + Anope Version 2.0.12 -------------------- Added account confirmation to the web panel diff --git a/docs/Changes.conf b/docs/Changes.conf index 32b49770a..37e83abda 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,8 @@ +Anope Version 2.0.13-git +------------------------ +No significant changes. + + Anope Version 2.0.12 -------------------- Added the regex_pcre2 module diff --git a/src/version.sh b/src/version.sh index 08d819c85..be6b9e5b4 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=0 -VERSION_PATCH=12 -VERSION_EXTRA="" +VERSION_PATCH=13 +VERSION_EXTRA="-git" |