From: Jouni Malinen Date: Wed, 4 Jun 2014 13:09:59 +0000 (+0300) Subject: Change version information for the 2.2 release X-Git-Tag: hostap_2_2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b63b9a7bc902836447f96bf9fd6532e8dc0a1391;p=thirdparty%2Fhostap.git Change version information for the 2.2 release Signed-off-by: Jouni Malinen --- diff --git a/src/common/version.h b/src/common/version.h index fb3b4f50b..340afc7e2 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.2-devel" VERSION_STR_POSTFIX +#define VERSION_STR "2.2" VERSION_STR_POSTFIX #endif /* VERSION_H */