From 603cbd81e5b92106e29a3ec8e33206229f6725fb Mon Sep 17 00:00:00 2001 From: hummypkg Date: Sat, 18 Feb 2012 21:54:59 +0000 Subject: [PATCH] update version to 1.0.9 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index dfa569b..636d836 100644 --- a/main.c +++ b/main.c @@ -20,7 +20,7 @@ #include "lint.h" int debug = 0; -const char *version = "1.0.8"; +const char *version = "1.0.9"; unsigned long sysopts = 0; unsigned long filterflags = 0; static time_t latest_stamp = 0;