summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2016-07-23 16:26:14 -0400
committerAdam <Adam@anope.org>2016-07-23 16:26:14 -0400
commitc2e09fdaea40acaa326be473fff46cb5d7c9399f (patch)
tree3abe7abe80ca2223a049fac244618d8e8b275e97
parent01768bc73e7a20721f5b729ff3245a81ceac1b58 (diff)
Anope 2.0.4 Release2.0.4
-rw-r--r--docs/Changes2
-rw-r--r--docs/Changes.conf2
-rw-r--r--src/version.sh2
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=""