From: Jouni Malinen Date: Sun, 2 Oct 2016 19:27:26 +0000 (+0300) Subject: The master branch is now used for v2.7 development X-Git-Tag: hostap_2_7~2285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98529f3857d0c135a865d07e2df4bf607d447d65;p=thirdparty%2Fhostap.git The master branch is now used for v2.7 development Signed-off-by: Jouni Malinen --- 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 */