summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-02-17 18:15:38 +0000
committerSadie Powell <sadie@witchery.services>2024-02-17 18:15:38 +0000
commitf3b14694c6e6dc759cb16bed678c75a88ddae2ef (patch)
tree3f8872eb17a6562b8523fef845ac9d223dffd987
parente9424b529c703d58843320a7c65d39aeae266239 (diff)
Bump for 2.1.3-git.
-rw-r--r--docs/Changes4
-rw-r--r--docs/Changes.conf4
-rw-r--r--src/version.sh4
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"