diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-23 19:22:42 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-23 19:22:42 +0000 |
commit | ad71495d166c0659323aeeee5fb8cc7bc542afa5 (patch) | |
tree | 1a7268edb3a59de9f845c6598043aa83d0b44f1f | |
parent | efbabe7b2ac3fd6dc03bcc7001e854bb2b60425e (diff) |
BUILD : 1.7.5 (330) BUGS : N/A NOTES : More indent fun!
git-svn-id: svn://svn.anope.org/anope/trunk@330 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@206 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/mysql.c | 9 | ||||
-rw-r--r-- | src/nickserv.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/src/mysql.c b/src/mysql.c index cc0c6ee80..64b538776 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -1,6 +1,4 @@ -/* MySQL functions. -/* MySQL functions. -/* MySQL functions. + /* MySQL functions. * * (C) 2003 Anope Team @@ -1610,6 +1608,5 @@ void db_mysql_load_ns_dbase(void) } } } - - - + + diff --git a/src/nickserv.c b/src/nickserv.c index d1411668f..34cc88339 100644 --- a/src/nickserv.c +++ b/src/nickserv.c @@ -1,4 +1,4 @@ -/* NickServ functions. + /* NickServ functions. * * (C) 2003 Anope Team diff --git a/version.log b/version.log index 215c632a9..3de50b755 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="5" -VERSION_BUILD="329" +VERSION_BUILD="330" # $Log$ # +# BUILD : 1.7.5 (330) +# BUGS : N/A +# NOTES : More indent fun! +# # BUILD : 1.7.5 (329) # BUGS : N/A # NOTES : Fixed more indent crap |