From: Jouni Malinen Date: Mon, 6 Oct 2014 16:07:21 +0000 (+0300) Subject: Change version information for the 2.3 release X-Git-Tag: hostap_2_3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=724fce8fff27e18dd4ebeec9481b958eb5628ee9;p=thirdparty%2Fhostap.git Change version information for the 2.3 release Signed-off-by: Jouni Malinen --- diff --git a/src/common/version.h b/src/common/version.h index 1f2543291..726289d9d 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-devel" VERSION_STR_POSTFIX +#define VERSION_STR "2.3" VERSION_STR_POSTFIX #endif /* VERSION_H */