From 2337dc701058058e588b4aa28ca18cc61c44f267 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Mar 02 2012 21:13:24 +0000 Subject: release 2.0 Signed-off-by: David Teigland --- diff --git a/src/main.c b/src/main.c index 290f65d..af82320 100644 --- a/src/main.c +++ b/src/main.c @@ -50,7 +50,7 @@ #include "client_cmd.h" #include "cmd.h" -#define RELEASE_VERSION "1.9" +#define RELEASE_VERSION "2.0" struct thread_pool { int num_workers; diff --git a/wdmd/main.c b/wdmd/main.c index 6a3815e..1bd517a 100644 --- a/wdmd/main.c +++ b/wdmd/main.c @@ -41,7 +41,7 @@ #define GNUC_UNUSED __attribute__((__unused__)) #endif -#define RELEASE_VERSION "1.9" +#define RELEASE_VERSION "2.0" #define DEFAULT_TEST_INTERVAL 10 #define DEFAULT_FIRE_TIMEOUT 60