summaryrefslogtreecommitdiff
path: root/version.log
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-10-15 03:53:11 -0400
committerAdam <Adam@anope.org>2012-10-15 03:53:11 -0400
commit9486cf9ecbe613a969e2ba79da4401e5f0702678 (patch)
tree4eb906ebfda783f681b1ba39d2d7666711e8664a /version.log
parent0106d0b6bdaa061bee6af6581932835c6ba3f40d (diff)
Fix typo in NICK_SASET_MSG_SYNTAX
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 f439c9831..b69f52bcf 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="8"
VERSION_EXTRA="-git"
-VERSION_BUILD="3099"
+VERSION_BUILD="3100"
# Changes since 1.8.7 Release
+#Revision 3100 - Fix typo in NICK_SASET_MSG_SYNTAX
#Revision 3098 - Made all module functions static to fix OSX's linker from linking modules with similar function names to each other
#Revision 3097 - Do not apply akills or sxlines that are pending expiration
#Revision 3096 - Fixed crash when InspIRCd sends user MODE changes for users that don't exist