From e8a157253237c482457b0d0ccffb3ee2550d93c7 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 4 Feb 2014 16:10:44 +0200 Subject: [PATCH] The hostap.git master branch is now used for 2.2 development 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 0edf11cc9..fb3b4f50b 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" VERSION_STR_POSTFIX +#define VERSION_STR "2.2-devel" VERSION_STR_POSTFIX #endif /* VERSION_H */