diff options
author | Jouni Malinen <j@w1.fi> | 2011-11-03 12:19:44 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-11-03 12:19:44 +0200 |
commit | 75b51fde2d12bf814a34dfd592d6edad4c65c87a (patch) | |
tree | a3016fe99aa6c5967fb028ba2b3cc0ed4ce1cd15 /src/common | |
parent | 2cc5ebdd331a07f1b52ad2f01463ac1e451766cc (diff) | |
download | external_wpa_supplicant_8_ti-75b51fde2d12bf814a34dfd592d6edad4c65c87a.zip external_wpa_supplicant_8_ti-75b51fde2d12bf814a34dfd592d6edad4c65c87a.tar.gz external_wpa_supplicant_8_ti-75b51fde2d12bf814a34dfd592d6edad4c65c87a.tar.bz2 |
Update version number to 2.0-devel
hostap.git is now a development branch for 2.0 with 1.x releases
having been forked to hostap-1.git.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/common')
-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 ba2d2c0..7afba48 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -5,6 +5,6 @@ #define VERSION_STR_POSTFIX "" #endif /* VERSION_STR_POSTFIX */ -#define VERSION_STR "0.8.x" VERSION_STR_POSTFIX +#define VERSION_STR "2.0-devel" VERSION_STR_POSTFIX #endif /* VERSION_H */ |