diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -56,7 +56,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006 08/05 F Support for SVSJOIN/SVSPART/SWHOIS in protocol modules. [#566] 08/05 F os_info save on unload. [#523] 08/05 F Externed doValidHost call for modules to use. [#570] -08/05 F Lang files now support %M for use with StrictPrivMsg. [#565] +08/05 F Lang files now support %R for use with StrictPrivMsg. [#565] 08/05 F Dont unload the ircd module in unload_all(). [#491] Provided by ThaPrince <jon@vile.com> - 2006 diff --git a/version.log b/version.log index 43469dcf8..ac2d619c9 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1117" +VERSION_BUILD="1118" # $Log$ # +# BUILD : 1.7.14 (1118) +# BUGS : N/A +# NOTES : Updated Changes to show %R +# # BUILD : 1.7.14 (1117) # BUGS : N/A # NOTES : Use %R instead of %M |