update version to 1.0.9

This commit is contained in:
hummypkg 2012-02-18 21:54:59 +00:00 committed by HummyPkg
parent f0557c57e2
commit 603cbd81e5
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -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;