From f3b14694c6e6dc759cb16bed678c75a88ddae2ef Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 17 Feb 2024 18:15:38 +0000 Subject: [PATCH] Bump for 2.1.3-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 6b30a9277..c16e76ece 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.1.3-git +----------------------- +No significant changes. + Anope Version 2.1.2 ------------------- Bumped the minimum OpenSSL version to 1.1.0. diff --git a/docs/Changes.conf b/docs/Changes.conf index 6ecade7a7..10b54aa4b 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.1.3-git +----------------------- +No significant changes. + Anope Version 2.1.2 ------------------- Added module:tlsv10 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to no). diff --git a/src/version.sh b/src/version.sh index f6fe0a034..11db818d7 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=1 -VERSION_PATCH=2 -VERSION_EXTRA="" +VERSION_PATCH=3 +VERSION_EXTRA="-git"