From: Jouni Malinen Date: Sun, 15 Mar 2015 17:30:39 +0000 (+0200) Subject: Change version information for the 2.4 release X-Git-Tag: hostap_2_4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc04db9b06ea9c38441be9b6e7b2be24ce2f98a9;p=thirdparty%2Fhostap.git Change version information for the 2.4 release Signed-off-by: Jouni Malinen --- diff --git a/src/common/version.h b/src/common/version.h index c662270e0..e39a8dbf9 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.4-devel" VERSION_STR_POSTFIX +#define VERSION_STR "2.4" VERSION_STR_POSTFIX #endif /* VERSION_H */