From acd0d65a072c281de621e5c6dcc92b0e355f3232 Mon Sep 17 00:00:00 2001 From: David Teigland Date: May 30 2012 14:05:18 +0000 Subject: release 2.3 Signed-off-by: David Teigland --- diff --git a/src/main.c b/src/main.c index c513dc4..abc35fd 100644 --- a/src/main.c +++ b/src/main.c @@ -50,7 +50,7 @@ #include "client_cmd.h" #include "cmd.h" -#define RELEASE_VERSION "2.2" +#define RELEASE_VERSION "2.3" struct thread_pool { int num_workers; diff --git a/wdmd/main.c b/wdmd/main.c index bd95f9d..6b6b411 100644 --- a/wdmd/main.c +++ b/wdmd/main.c @@ -41,7 +41,7 @@ #define GNUC_UNUSED __attribute__((__unused__)) #endif -#define RELEASE_VERSION "2.2" +#define RELEASE_VERSION "2.3" #define DEFAULT_TEST_INTERVAL 10 #define DEFAULT_FIRE_TIMEOUT 60