From: Jouni Malinen Date: Tue, 4 Feb 2014 11:12:50 +0000 (+0200) Subject: Change version information for the 2.1 release X-Git-Tag: hostap_2_1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93ee3022dc3fdb6e199a57c14b6cc008fe29d921;p=thirdparty%2Fhostap.git Change version information for the 2.1 release Signed-hostap: Jouni Malinen --- diff --git a/src/common/version.h b/src/common/version.h index 2faa8c7cb..0edf11cc9 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.1-devel" VERSION_STR_POSTFIX +#define VERSION_STR "2.1" VERSION_STR_POSTFIX #endif /* VERSION_H */