From da799bd6f1257ee1473f9e338ad111534b2e6eb9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 1 Oct 2025 11:07:16 +0100 Subject: [PATCH] Release 2.1.18. --- docs/Changes | 2 +- docs/Changes.conf | 2 +- src/version.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Changes b/docs/Changes index 7c7aaa7f9..d3458ec87 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,4 +1,4 @@ -Anope Version 2.1.18-git +Anope Version 2.1.18 -------------------- Added a check that a non-deprecated database module is loaded. Added support for flexible and monospace layouts to make text easier to read on clients that use a variable-width font. diff --git a/docs/Changes.conf b/docs/Changes.conf index 55782ed6c..7935f6564 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,4 +1,4 @@ -Anope Version 2.1.18-git +Anope Version 2.1.18 -------------------- Added the hostserv/validate command. Added the nickserv/saset/layout command. diff --git a/src/version.sh b/src/version.sh index c73a02137..3e40eb93f 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_PATCH=18 -VERSION_EXTRA="-git" +VERSION_EXTRA=""