From c765450339a62bb86d06f726f1c09731aa1dbe4f Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 16 Jan 2022 23:31:00 +0200 Subject: [PATCH] The main branch is now used for v2.11 development Signed-off-by: Jouni Malinen --- CONTRIBUTIONS | 2 +- src/common/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTIONS b/CONTRIBUTIONS index b2064dc83..6c8187cb1 100644 --- a/CONTRIBUTIONS +++ b/CONTRIBUTIONS @@ -37,7 +37,7 @@ without moderation. You can subscribe to the list at this address: http://lists.infradead.org/mailman/listinfo/hostap The message should contain an inlined patch against the current -development branch (i.e., the master branch of +development branch (i.e., the main branch of git://w1.fi/hostap.git). Please make sure the software you use for sending the patch does not corrupt whitespace. If that cannot be fixed for some reason, it is better to include an attached version of the diff --git a/src/common/version.h b/src/common/version.h index 7502f58e0..4409e1ca6 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -9,6 +9,6 @@ #define GIT_VERSION_STR_POSTFIX "" #endif /* GIT_VERSION_STR_POSTFIX */ -#define VERSION_STR "2.10" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX +#define VERSION_STR "2.11-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX #endif /* VERSION_H */