From: Jouni Malinen Date: Sun, 2 Dec 2018 20:55:28 +0000 (+0200) Subject: The master branch is now used for v2.8 development X-Git-Tag: hostap_2_8~832 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=368c9dc0bd940f11c6de8b296c9fbc4c50fe417e;p=thirdparty%2Fhostap.git The master branch is now used for v2.8 development Signed-off-by: Jouni Malinen --- diff --git a/src/common/version.h b/src/common/version.h index 2f47903d4..eb4f3130f 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.7" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX +#define VERSION_STR "2.8-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX #endif /* VERSION_H */