diff options
author | Jouni Malinen <j@w1.fi> | 2019-04-21 14:04:07 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2019-04-21 14:04:07 (GMT) |
commit | 516ccede8fd4b9702c0e684cfd73f856a17dc7e2 (patch) | |
tree | dd0a33341eaf25bc0cc5f503e91cc5352e2657bb | |
parent | 63962824309bb428e5f73d9caae08fcb949fbe36 (diff) | |
download | hostap-516ccede8fd4b9702c0e684cfd73f856a17dc7e2.zip hostap-516ccede8fd4b9702c0e684cfd73f856a17dc7e2.tar.gz hostap-516ccede8fd4b9702c0e684cfd73f856a17dc7e2.tar.bz2 |
The master branch is now used for v2.9 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 06fc5e4..031d1be 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 */ |