about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libwifi/core/core.h4
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