diff options
| author | Marc <foxtrot@malloc.me> | 2022-01-28 23:45:34 +0000 |
|---|---|---|
| committer | Marc <foxtrot@malloc.me> | 2022-01-28 23:45:49 +0000 |
| commit | 790970012fced961d5096b19b7a23f7836c0c518 (patch) | |
| tree | e0bab9b63a330c4c31ec7d25e734e5423b28d0b2 /src | |
| parent | 7ee7df47db9d73bd498d29813e73ef24844deb95 (diff) | |
| download | libwifi-790970012fced961d5096b19b7a23f7836c0c518.tar.gz libwifi-790970012fced961d5096b19b7a23f7836c0c518.tar.bz2 libwifi-790970012fced961d5096b19b7a23f7836c0c518.zip | |
core: Use version set in CMakeLists, inside code. Bump version to 0.0.3
Diffstat (limited to 'src')
| -rw-r--r-- | src/libwifi/core/core.h | 4 |
1 files changed, 3 insertions, 1 deletions
| 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 @@ | |||
| 16 | #ifndef LIBWIFI_CORE_H | 16 | #ifndef LIBWIFI_CORE_H |
| 17 | #define LIBWIFI_CORE_H | 17 | #define LIBWIFI_CORE_H |
| 18 | 18 | ||
| 19 | #define LIBWIFI_VERSION "0.0.1" | 19 | #ifndef LIBWIFI_VERSION |
| 20 | #define LIBWIFI_VERSION "UNSET_VERSION" | ||
| 21 | #endif | ||
| 20 | 22 | ||
| 21 | /** | 23 | /** |
| 22 | * Commonly used fixed fields | 24 | * Commonly used fixed fields |
