diff --git a/docs/Changes b/docs/Changes index 48d87d822..33b2261c3 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.19-git ------------------------- +Anope Version 2.0.19 +-------------------- Added a Doxygen config file. Backported various minor config changes from 2.1. Fixed chanserv/enforce enforcing against founders. diff --git a/docs/Changes.conf b/docs/Changes.conf index 1e00596c1..9c9d7fcf7 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.19-git ------------------------- +Anope Version 2.0.19 +-------------------- No significant changes. Anope Version 2.0.18 diff --git a/src/version.sh b/src/version.sh index fd8424593..028ce728e 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=19 -VERSION_EXTRA="-git" +VERSION_EXTRA=""