From 516ccede8fd4b9702c0e684cfd73f856a17dc7e2 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 21 Apr 2019 17:04:07 +0300 Subject: [PATCH] The master branch is now used for v2.9 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 06fc5e4d2..031d1bee8 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.8" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX +#define VERSION_STR "2.9-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX #endif /* VERSION_H */