From 93ee3022dc3fdb6e199a57c14b6cc008fe29d921 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 4 Feb 2014 13:12:50 +0200 Subject: [PATCH] Change version information for the 2.1 release Signed-hostap: 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 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 */