From 98529f3857d0c135a865d07e2df4bf607d447d65 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 2 Oct 2016 22:27:26 +0300 Subject: [PATCH] The master branch is now used for v2.7 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 75e5c6e00..16c100432 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -9,6 +9,6 @@ #define GIT_VERSION_STR_POSTFIX "" #endif /* GIT_VERSION_STR_POSTFIX */ -#define VERSION_STR "2.6" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX +#define VERSION_STR "2.7-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX #endif /* VERSION_H */