From: Jouni Malinen Date: Sun, 27 Sep 2015 17:48:25 +0000 (+0300) Subject: Change version information for the 2.5 release X-Git-Tag: hostap_2_5^0 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=1f344cd7b4461c8bae31abc3fc450407782282e2 Change version information for the 2.5 release Signed-off-by: Jouni Malinen --- diff --git a/src/common/version.h b/src/common/version.h index 5ddf617..a5cc5b7 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.5-devel" VERSION_STR_POSTFIX +#define VERSION_STR "2.5" VERSION_STR_POSTFIX #endif /* VERSION_H */