From: Jouni Malinen Date: Sun, 21 Apr 2019 14:04:07 +0000 (+0300) Subject: The master branch is now used for v2.9 development X-Git-Tag: hostap_2_9~361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516ccede8fd4b9702c0e684cfd73f856a17dc7e2;p=thirdparty%2Fhostap.git The master branch is now used for v2.9 development Signed-off-by: Jouni Malinen --- 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 */