From 3acf74483ca5b5e4ff082fa2253df0366b43a54e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 19 Jul 2024 12:49:56 +0100 Subject: Release 2.0.16. --- 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 e2fe3a0ee..e0ba80557 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.16-git ------------------------- +Anope Version 2.0.16 +-------------------- Added a workaround for users matching expired sqlines. Fixed a copy/paste error in webcpanel. Fixed a crash in db_flatfile caused by trying to serialize data without a type. diff --git a/docs/Changes.conf b/docs/Changes.conf index 080e409a4..12036af57 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.16-git ------------------------- +Anope Version 2.0.16 +-------------------- No significant changes. Anope Version 2.0.15 diff --git a/src/version.sh b/src/version.sh index 97513cdb5..ead1a4c6f 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=16 -VERSION_EXTRA="-git" +VERSION_EXTRA="" -- cgit