]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/common/version.h
Add attribute for dwell time in QCA vendor scan
[thirdparty/hostap.git] / src / common / version.h
index e39a8dbf92e79800a21a46bfc6042a3fdf4a8fc6..0235c9bf6776af8976a4647c89b4b7fdb5517020 100644 (file)
@@ -5,6 +5,10 @@
 #define VERSION_STR_POSTFIX ""
 #endif /* VERSION_STR_POSTFIX */
 
-#define VERSION_STR "2.4" VERSION_STR_POSTFIX
+#ifndef GIT_VERSION_STR_POSTFIX
+#define GIT_VERSION_STR_POSTFIX ""
+#endif /* GIT_VERSION_STR_POSTFIX */
+
+#define VERSION_STR "2.10-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX
 
 #endif /* VERSION_H */