diff options
author | Adam <Adam@anope.org> | 2011-12-23 13:20:05 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-12-23 14:08:04 -0500 |
commit | 381d95e6dac7397032a86ea28a24e0c8ef9f48fe (patch) | |
tree | 3cb6fbee1fbed66930726d584993243b76472295 | |
parent | 74556b77c02e6bec9b2d25f70fbb61803c148f40 (diff) |
Bump for 1.8.8-git
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | Changes.conf | 4 | ||||
-rw-r--r-- | Changes.lang | 4 | ||||
-rw-r--r-- | Changes.mysql | 3 | ||||
-rw-r--r-- | version.log | 11 |
5 files changed, 23 insertions, 3 deletions
@@ -1,3 +1,7 @@ +Anope Version 1.8 - GIT +----------------------- + + Anope Version 1.8.7 ----------------------- 08/18 A Added support for Hybrid's channel mode +S [#1319] diff --git a/Changes.conf b/Changes.conf index 313c3a5f5..d15034405 100644 --- a/Changes.conf +++ b/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 1.8 - GIT +----------------------- + + Anope Version 1.8.7 ----------------------- ** ADDED CONFIGURATION DIRECTIVES ** diff --git a/Changes.lang b/Changes.lang index afc991eae..b235abfa2 100644 --- a/Changes.lang +++ b/Changes.lang @@ -1,3 +1,7 @@ +Anope Version 1.8 - GIT +----------------------- + + Anope Version 1.8.7 ----------------------- *** New Strings: diff --git a/Changes.mysql b/Changes.mysql index c8297ebd1..9e4255acf 100644 --- a/Changes.mysql +++ b/Changes.mysql @@ -1,3 +1,6 @@ +Anope Version 1.8 - GIT +----------------------- + Anope Version 1.8.7 -------------------- - NONE diff --git a/version.log b/version.log index 39c2adb57..fd8e9619f 100644 --- a/version.log +++ b/version.log @@ -6,9 +6,14 @@ VERSION_MAJOR="1" VERSION_MINOR="8" -VERSION_PATCH="7" -VERSION_EXTRA="" -VERSION_BUILD="3089" +VERSION_PATCH="8" +VERSION_EXTRA="-git" +VERSION_BUILD="3090" + +# Changes since 1.8.7 Release + + + # Leading up to 1.8.7 Release #Revision 3088 - Implemented API support for the SVSJOIN and SVSPART commands on UltimateIRCd 3. |