diff --git a/docs/Changes b/docs/Changes index 51ad25728..b2f162c5d 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.19-git ------------------------- +Anope Version 2.0.20 +-------------------- Fixed an escaped value that wasn't escaped enough in chanstats. Fixed not having a handler for the FNAME message on InspIRCd. Fixed os_stats reporting the SGLine expiry time as the SQLine expiry time. diff --git a/docs/Changes.conf b/docs/Changes.conf index 0bd854b8e..7eada4ed3 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.20-git ------------------------- +Anope Version 2.0.20 +-------------------- No significant changes. Anope Version 2.0.19 diff --git a/src/version.sh b/src/version.sh index acf694ddc..d38310544 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=20 -VERSION_EXTRA="-git" +VERSION_EXTRA=""