diff options
author | Adam <Adam@anope.org> | 2016-07-23 17:37:05 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-07-23 17:37:05 -0400 |
commit | db4f38bcf5f712dec9f748238cbcdea7f47a95b2 (patch) | |
tree | 693fcad15a34d5612ec4a5618310a7f740d06441 | |
parent | c2e09fdaea40acaa326be473fff46cb5d7c9399f (diff) |
Bump for 2.0.5-git
-rw-r--r-- | docs/Changes | 3 | ||||
-rw-r--r-- | docs/Changes.conf | 3 | ||||
-rw-r--r-- | src/version.sh | 4 |
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" |