diff options
-rw-r--r-- | docs/Changes | 2 | ||||
-rw-r--r-- | docs/Changes.conf | 2 | ||||
-rw-r--r-- | src/version.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/Changes b/docs/Changes index 472204ae0..c5880a80f 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,4 +1,4 @@ -Anope Version 2.0.4-git +Anope Version 2.0.4 ------------------- Add notice rpc method to XMLRPC Fix access check in cs_updown to not allow actions on users with equal access diff --git a/docs/Changes.conf b/docs/Changes.conf index bda95ede8..aa6da2c5b 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,4 +1,4 @@ -Anope Version 2.0.4-git +Anope Version 2.0.4 ------------------- Removed m_sasl_dh-aes and m_sasl_dh-blowfish diff --git a/src/version.sh b/src/version.sh index ef928b914..1019b98db 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,5 +3,5 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=4 -VERSION_EXTRA="-git" +VERSION_EXTRA="" |