From: Jouni Malinen Date: Sun, 27 Sep 2015 17:48:54 +0000 (+0300) Subject: The master branch is now used for v2.6 development X-Git-Tag: hostap_2_6~1629 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d02180c679716ed09a85446e369782bb8422e3d1;p=thirdparty%2Fhostap.git The master branch is now used for v2.6 development Signed-off-by: Jouni Malinen --- diff --git a/src/common/version.h b/src/common/version.h index a5cc5b7b5..14cf8103e 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.5" VERSION_STR_POSTFIX +#define VERSION_STR "2.6-devel" VERSION_STR_POSTFIX #endif /* VERSION_H */