From 790970012fced961d5096b19b7a23f7836c0c518 Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 28 Jan 2022 23:45:34 +0000 Subject: core: Use version set in CMakeLists, inside code. Bump version to 0.0.3 --- src/libwifi/core/core.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/libwifi/core/core.h b/src/libwifi/core/core.h index 02e6d45..75043a6 100644 --- a/src/libwifi/core/core.h +++ b/src/libwifi/core/core.h @@ -16,7 +16,9 @@ #ifndef LIBWIFI_CORE_H #define LIBWIFI_CORE_H -#define LIBWIFI_VERSION "0.0.1" +#ifndef LIBWIFI_VERSION +#define LIBWIFI_VERSION "UNSET_VERSION" +#endif /** * Commonly used fixed fields -- cgit 1.4.1