diff options
author | Sadie Powell <sadie@witchery.services> | 2024-07-19 12:49:56 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-07-19 12:49:56 +0100 |
commit | 3acf74483ca5b5e4ff082fa2253df0366b43a54e (patch) | |
tree | 7249a6abde5248b0a1eba931df5975900ecf7ad2 | |
parent | a3ec8329f4202e1f7cb7d0ca4637f5529a80a103 (diff) |
Release 2.0.16.2.0.16
-rw-r--r-- | docs/Changes | 4 | ||||
-rw-r--r-- | docs/Changes.conf | 4 | ||||
-rw-r--r-- | 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="" |