diff options
-rw-r--r-- | memoserv.c | 26 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 18 insertions, 14 deletions
diff --git a/memoserv.c b/memoserv.c index 6619baf1a..a6549b117 100644 --- a/memoserv.c +++ b/memoserv.c @@ -1,16 +1,16 @@ -# /* MemoServ functions. - * - * (C) 2003 Anope Team - * Contact us at info@anope.org - * - * Please read COPYING and README for furhter details. - * - * Based on the original code of Epona by Lara. - * Based on the original code of Services by Andy Church. - * - * $Id$ - * - */ +/* MemoServ functions. +* +* (C) 2003 Anope Team +* Contact us at info@anope.org +* +* Please read COPYING and README for furhter details. +* +* Based on the original code of Epona by Lara. +* Based on the original code of Services by Andy Church. +* +* $Id$ +* +*/ #include "services.h" #include "pseudo.h" diff --git a/version.log b/version.log index 402cc9c25..855cb37f6 100644 --- a/version.log +++ b/version.log @@ -8,11 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="0" -VERSION_BUILD="33" +VERSION_BUILD="34" VERSION_EXTRA="" # $Log$ # +# BUILD : 1.7.0 (34) +# BUGS : none +# NOTES : Fixed indentation issue on memoserv.c +# # BUILD : 1.7.0 (33) # BUGS : # NOTES : Small bugfix to allow ./services -version to be done without anope running |