From baa3aed6fe5e9711b10153975d0c99c25f63f3f8 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Mar 12 2012 14:57:21 +0000 Subject: release 2.1 Signed-off-by: David Teigland --- diff --git a/src/main.c b/src/main.c index 7222e22..8ca5d14 100644 --- a/src/main.c +++ b/src/main.c @@ -50,7 +50,7 @@ #include "client_cmd.h" #include "cmd.h" -#define RELEASE_VERSION "2.0" +#define RELEASE_VERSION "2.1" struct thread_pool { int num_workers; diff --git a/wdmd/main.c b/wdmd/main.c index 1bd517a..18a4109 100644 --- a/wdmd/main.c +++ b/wdmd/main.c @@ -41,7 +41,7 @@ #define GNUC_UNUSED __attribute__((__unused__)) #endif -#define RELEASE_VERSION "2.0" +#define RELEASE_VERSION "2.1" #define DEFAULT_TEST_INTERVAL 10 #define DEFAULT_FIRE_TIMEOUT 60