From: Jouni Malinen Date: Thu, 9 Oct 2014 17:36:53 +0000 (+0300) Subject: The master branch is now used for v2.4 development X-Git-Tag: hostap_2_4~1372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51465a0b5c2aa01900acf46dc957902b1185e9a0;p=thirdparty%2Fhostap.git The master branch is now used for v2.4 development Signed-off-by: Jouni Malinen --- diff --git a/src/common/version.h b/src/common/version.h index 726289d9d..c662270e0 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 "2.3" VERSION_STR_POSTFIX +#define VERSION_STR "2.4-devel" VERSION_STR_POSTFIX #endif /* VERSION_H */