From 09b34b69d4aafcab97c636b86c056a83fb1ca0e6 Mon Sep 17 00:00:00 2001 From: David Teigland Date: May 07 2012 15:43:52 +0000 Subject: release 2.2 Signed-off-by: David Teigland --- diff --git a/src/main.c b/src/main.c index 8ca5d14..82c39af 100644 --- a/src/main.c +++ b/src/main.c @@ -50,7 +50,7 @@ #include "client_cmd.h" #include "cmd.h" -#define RELEASE_VERSION "2.1" +#define RELEASE_VERSION "2.2" struct thread_pool { int num_workers; diff --git a/wdmd/main.c b/wdmd/main.c index 18a4109..bd95f9d 100644 --- a/wdmd/main.c +++ b/wdmd/main.c @@ -41,7 +41,7 @@ #define GNUC_UNUSED __attribute__((__unused__)) #endif -#define RELEASE_VERSION "2.1" +#define RELEASE_VERSION "2.2" #define DEFAULT_TEST_INTERVAL 10 #define DEFAULT_FIRE_TIMEOUT 60