diff options
-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" |