diff --git a/docs/Changes b/docs/Changes index 93b77fd53..b47e45e1e 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.18-git ------------------------- +Anope Version 2.0.18 +-------------------- Backported better sendmail error messages from 2.1. Backported the Windows CI fom 2.1. Fixed a CMake error when it encounters a hard to parse header file. diff --git a/docs/Changes.conf b/docs/Changes.conf index 14574cc88..2d7400736 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.18-git ------------------------- +Anope Version 2.0.18 +-------------------- No significant changes. Anope Version 2.0.17 diff --git a/src/version.sh b/src/version.sh index 5be2b116d..f0cd2fd4f 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=18 -VERSION_EXTRA="-git" +VERSION_EXTRA=""