From 79a10a459ddd25c9a00e8d1bfc80b5fdf13b2ee5 Mon Sep 17 00:00:00 2001 From: "keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sat, 8 May 2004 10:33:12 +0000 Subject: [PATCH] BUILD : 1.7.2 (90) BUGS : NOTES : Accidently commited config.c git-svn-id: svn://svn.anope.org/anope/trunk@90 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@66 5417fbe8-f217-4b02-8779-1006273d7864 --- config.c | 2 +- version.log | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config.c b/config.c index 6471d1b1a..de265736d 100644 --- a/config.c +++ b/config.c @@ -675,7 +675,7 @@ void error(int linenum, char *message, ...) int parse(char *buf, int linenum, int reload) { char *s, *t, *dir; - int i, n, optind, val, tmp; + int i, n, optind, val; int retval = 1; int ac = 0; char *av[MAXPARAMS]; diff --git a/version.log b/version.log index 01a6e8d4e..d7264390a 100644 --- a/version.log +++ b/version.log @@ -8,11 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="2" -VERSION_BUILD="89" +VERSION_BUILD="90" VERSION_EXTRA="" # $Log$ # +# BUILD : 1.7.2 (90) +# BUGS : +# NOTES : Accidently commited config.c +# # BUILD : 1.7.2 (89) # BUGS : # NOTES : Accidently commited config.c