diff options
-rw-r--r-- | config.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -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 |