From 68aa2ca480d93737b46b0464490f85316835fc39 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Sep 16 2011 18:12:37 +0000 Subject: version 1.8 --- diff --git a/src/main.c b/src/main.c index e5aa9c6..e2d0c0b 100644 --- a/src/main.c +++ b/src/main.c @@ -1317,7 +1317,7 @@ static int parse_arg_resource(char *arg) return 0; } -#define RELEASE_VERSION "1.7" +#define RELEASE_VERSION "1.8" /* * daemon: acquires leases for the local host_id, associates them with a local diff --git a/wdmd/main.c b/wdmd/main.c index b31d9f6..b3e9d67 100644 --- a/wdmd/main.c +++ b/wdmd/main.c @@ -888,8 +888,8 @@ static void print_usage(void) would be for wdmd to fail starting if it found a pid file left over from its previous run. */ -#define RELEASE_VERSION "1.1" - +#define RELEASE_VERSION "1.8" + int main(int argc, char *argv[]) { char optchar;