From d02180c679716ed09a85446e369782bb8422e3d1 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 27 Sep 2015 20:48:54 +0300 Subject: [PATCH] The master branch is now used for v2.6 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 a5cc5b7b5..14cf8103e 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.5" VERSION_STR_POSTFIX +#define VERSION_STR "2.6-devel" VERSION_STR_POSTFIX #endif /* VERSION_H */