summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Changes3
-rw-r--r--docs/Changes.conf3
-rw-r--r--src/version.sh4
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes
index c5880a80f..c89b46625 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,3 +1,6 @@
+Anope Version 2.0.5-git
+-------------------
+
Anope Version 2.0.4
-------------------
Add notice rpc method to XMLRPC
diff --git a/docs/Changes.conf b/docs/Changes.conf
index aa6da2c5b..17ffae531 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,3 +1,6 @@
+Anope Version 2.0.5-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 1019b98db..cc83d73e7 100644
--- a/src/version.sh
+++ b/src/version.sh
@@ -2,6 +2,6 @@
VERSION_MAJOR=2
VERSION_MINOR=0
-VERSION_PATCH=4
-VERSION_EXTRA=""
+VERSION_PATCH=5
+VERSION_EXTRA="-git"