From e78db21180ea135b1f404d45f613ae1a78219cc9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 9 Dec 2022 08:33:02 +0000 Subject: [PATCH] Mark as 2.0.13-git. --- docs/Changes | 4 ++++ docs/Changes.conf | 5 +++++ 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"