diff options
author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-04-06 18:50:00 +0000 |
---|---|---|
committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-04-06 18:50:00 +0000 |
commit | 2249a91aa8fef2b81b9dd02224a66c7c7b437760 (patch) | |
tree | 77cc5128aa745da4ac4489cfe9715102eddae0c1 | |
parent | 735c2334f804b0fb7d358e9208adc3c8dc514ee3 (diff) |
BUILD : 1.7.0 (34) BUGS : none NOTES : Fixed indentation issue on memoserv.c
git-svn-id: svn://svn.anope.org/anope/trunk@34 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@24 5417fbe8-f217-4b02-8779-1006273d7864
-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 |