From b63b9a7bc902836447f96bf9fd6532e8dc0a1391 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 4 Jun 2014 16:09:59 +0300 Subject: [PATCH] Change version information for the 2.2 release Signed-off-by: Jouni Malinen --- src/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */