From: Jouni Malinen Date: Sat, 20 Jul 2024 18:16:55 +0000 (+0300) Subject: The main branch is now used for v2.12 development X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e99cdfae41e1ff7c4e23b0a58b100ea47a757df8;p=thirdparty%2Fhostap.git The main branch is now used for v2.12 development Signed-off-by: Jouni Malinen --- diff --git a/src/common/version.h b/src/common/version.h index 5b7359849..9e0fbc0b1 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.11" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX +#define VERSION_STR "2.12-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX #endif /* VERSION_H */