From 4ea2bc5e46cdca5fc791adb8397d025059037943 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 17 Feb 2024 20:08:10 +0000 Subject: Mark as 2.0.16-git. --- docs/Changes | 4 ++++ docs/Changes.conf | 4 ++++ src/version.sh | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/Changes b/docs/Changes index 342d3b900..2c53f5bbc 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.0.16-git +------------------------ +No significant changes. + Anope Version 2.0.15 -------------------- Fixed a race condition in changing the nick of a user. diff --git a/docs/Changes.conf b/docs/Changes.conf index dcd9d3306..080e409a4 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.0.16-git +------------------------ +No significant changes. + Anope Version 2.0.15 -------------------- No significant changes. diff --git a/src/version.sh b/src/version.sh index d3b166c81..97513cdb5 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=0 -VERSION_PATCH=15 -VERSION_EXTRA="" +VERSION_PATCH=16 +VERSION_EXTRA="-git" -- cgit