From 9bd053ea5bf54a896f1b5bce1e3d58abfbd007a9 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Sep 24 2012 15:35:09 +0000 Subject: release 2.5 Signed-off-by: David Teigland --- diff --git a/src/main.c b/src/main.c index f9d6546..dea78f7 100644 --- a/src/main.c +++ b/src/main.c @@ -53,7 +53,7 @@ #include "helper.h" #include "timeouts.h" -#define RELEASE_VERSION "2.4" +#define RELEASE_VERSION "2.5" #define SIGRUNPATH 100 /* anything that's not SIGTERM/SIGKILL */ diff --git a/wdmd/main.c b/wdmd/main.c index 2e41e91..ce6579c 100644 --- a/wdmd/main.c +++ b/wdmd/main.c @@ -41,7 +41,7 @@ #define GNUC_UNUSED __attribute__((__unused__)) #endif -#define RELEASE_VERSION "2.4" +#define RELEASE_VERSION "2.5" #define DEFAULT_TEST_INTERVAL 10 #define RECOVER_TEST_INTERVAL 1