summaryrefslogtreecommitdiff
path: root/version.log
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2013-06-21 07:42:09 +0200
committerDukePyrolator <DukePyrolator@anope.org>2013-06-21 07:42:09 +0200
commit27dde3266c8809edd522d6a95ce0c1262e5cae0e (patch)
tree16fc3f998b9967067a2235766560b287d470945e /version.log
parentf1c3f0d820caedfd7667c09bd06f60b9c23283d9 (diff)
updated Hybrid protocol module to support vhosts
Diffstat (limited to 'version.log')
-rw-r--r--version.log3
1 files changed, 2 insertions, 1 deletions
diff --git a/version.log b/version.log
index d35658653..326072e4d 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="9"
VERSION_EXTRA="-git"
-VERSION_BUILD="3116"
+VERSION_BUILD="3117"
# Changes since 1.8.8 Release
+#Revision 3117 - Updated Hybrid protocol module to support vhosts
#Revision 3116 - Bug #1527 - Fixed modules being loaded regardless of the load abort signal returned by a modules AnopeInit function. (Introduced in commit. e0c3069c)