diff options
author | Adam <Adam@anope.org> | 2012-10-31 14:31:43 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-31 14:31:43 -0400 |
commit | 3e6d8382853d3dd6ca371220a4a2891d5a56acc5 (patch) | |
tree | 4e5f914b904c76338c041228f14ef9a4df1bdebe /version.log | |
parent | 64dd3c6655b6044d06bed018912173b6f6d287fb (diff) |
Use base 10 for strtol() in the config parser to prevent numbers beginning with 0 from confusing it
Diffstat (limited to 'version.log')
-rw-r--r-- | version.log | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/version.log b/version.log index b69f52bcf..f7a4e77d5 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="3100" +VERSION_BUILD="3101" # Changes since 1.8.7 Release +#Revision 3101 - Use base 10 for strtol() in the config parser to prevent numbers beginning with 0 from confusing it #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 |