From 51465a0b5c2aa01900acf46dc957902b1185e9a0 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 9 Oct 2014 20:36:53 +0300 Subject: [PATCH] The master branch is now used for v2.4 development Signed-off-by: Jouni Malinen --- src/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/version.h b/src/common/version.h index 726289d9d..c662270e0 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -5,6 +5,6 @@ #define VERSION_STR_POSTFIX "" #endif /* VERSION_STR_POSTFIX */ -#define VERSION_STR "2.3" VERSION_STR_POSTFIX +#define VERSION_STR "2.4-devel" VERSION_STR_POSTFIX #endif /* VERSION_H */ -- 2.47.2