From eabc8b641ed8e3d96cac0c40d3d7e5ce6a63daa8 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 17 Feb 2024 20:07:09 +0000 Subject: Release 2.0.15. --- docs/Changes | 4 ++-- docs/Changes.conf | 4 ++-- src/version.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Changes b/docs/Changes index e83d716ba..342d3b900 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.15-git ------------------------- +Anope Version 2.0.15 +-------------------- Fixed a race condition in changing the nick of a user. Fixed being able to reset the password of suspended accounts. Fixed chanserv/suspend info not being visible to regular users. diff --git a/docs/Changes.conf b/docs/Changes.conf index 8a651e3c7..dcd9d3306 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.15-git ------------------------- +Anope Version 2.0.15 +-------------------- No significant changes. Anope Version 2.0.14 diff --git a/src/version.sh b/src/version.sh index c4597b675..d3b166c81 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=15 -VERSION_EXTRA="-git" +VERSION_EXTRA="" -- cgit