summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.c2
-rw-r--r--version.log6
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