From 7ab54412622d28419798770778ca1e36eea332a3 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 12 Jan 2013 17:51:10 +0200 Subject: [PATCH] The hostap.git master branch is now used for 2.1 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 04ed0acb6..2faa8c7cb 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.0" VERSION_STR_POSTFIX +#define VERSION_STR "2.1-devel" VERSION_STR_POSTFIX #endif /* VERSION_H */