From: Jouni Malinen Date: Wed, 7 Aug 2019 14:51:53 +0000 (+0300) Subject: The master branch is now used for v2.10 development X-Git-Tag: hostap_2_10~2508 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa1d5ec182f7102b6d9d57685477de457c6b0b9f;p=thirdparty%2Fhostap.git The master branch is now used for v2.10 development Signed-off-by: Jouni Malinen --- diff --git a/src/common/version.h b/src/common/version.h index c2a3a80d7..0235c9bf6 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.9" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX +#define VERSION_STR "2.10-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX #endif /* VERSION_H */