diff options
author | Jouni Malinen <j@w1.fi> | 2018-12-02 20:55:28 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2018-12-02 20:55:28 (GMT) |
commit | 368c9dc0bd940f11c6de8b296c9fbc4c50fe417e (patch) | |
tree | 4bb44baa2af80daede79c2a67f19651efb1ebdd5 | |
parent | c2c6c01bb8b6fafc2074b46a53c4eab2c145ac6f (diff) | |
download | hostap-368c9dc0bd940f11c6de8b296c9fbc4c50fe417e.zip hostap-368c9dc0bd940f11c6de8b296c9fbc4c50fe417e.tar.gz hostap-368c9dc0bd940f11c6de8b296c9fbc4c50fe417e.tar.bz2 |
The master branch is now used for v2.8 development
Signed-off-by: Jouni Malinen <j@w1.fi>
-rw-r--r-- | src/common/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/version.h b/src/common/version.h index 2f47903..eb4f313 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 */ |