src/main.c | 2 +- wdmd/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit baa3aed6fe5e9711b10153975d0c99c25f63f3f8 Author: David Teigland teigland@redhat.com Date: Mon Mar 12 09:57:21 2012 -0500
release 2.1
Signed-off-by: David Teigland teigland@redhat.com
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
sanlock-devel@lists.fedorahosted.org