summaryrefslogtreecommitdiff
path: root/version.log
diff options
context:
space:
mode:
authorViper <viper@anope.org>2013-06-05 17:28:46 +0200
committerViper <viper@anope.org>2013-06-05 17:28:46 +0200
commitf1c3f0d820caedfd7667c09bd06f60b9c23283d9 (patch)
treee1a3a8acb44a54f4b04cf3f66a1cc773e982bb79 /version.log
parent0a786568048b257561bb1337d21269b130122c7d (diff)
Bug #1527 - Fixed modules being loaded regardless of the load abort signal returned by a modules AnopeInit function. (Introduced in commit. e0c3069c)
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 38ed80cb4..d35658653 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="3115"
+VERSION_BUILD="3116"
# Changes since 1.8.8 Release
+#Revision 3116 - Bug #1527 - Fixed modules being loaded regardless of the load abort signal returned by a modules AnopeInit function. (Introduced in commit. e0c3069c)