From a92f09153a64026872f2494e8e783438dbae85ac Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 8 Dec 2024 12:17:43 +0000 Subject: Bump for 2.0.18-git. --- docs/Changes | 8 ++++++-- docs/Changes.conf | 4 ++++ src/version.sh | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/Changes b/docs/Changes index c5f187f7b..6ac23ce64 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.0.18-git +------------------------ +No significant changes. + Anope Version 2.0.17 -------------------- Fixed importing large flatfile databases into SQL. @@ -11,8 +15,8 @@ Fixed unnecessary SQL updates caused by dereferencing user accounts. Increased the size of the chanstats letter and word count columns. Updated the location of the Anope IRC channels. -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 0f05b9a4f..14574cc88 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.0.18-git +------------------------ +No significant changes. + Anope Version 2.0.17 -------------------- No significant changes. diff --git a/src/version.sh b/src/version.sh index 9a4c8add3..5be2b116d 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=0 -VERSION_PATCH=17 -VERSION_EXTRA="" +VERSION_PATCH=18 +VERSION_EXTRA="-git" -- cgit