blob: 7e66202e9bda3535374e6e4981d7efb5d6c40169 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef VERSION_H_
#define VERSION_H_
#define LIBBLADERF_VERSION "@VERSION@"
// clang-format off
#define LIBBLADERF_VERSION_MAJOR @VERSION_INFO_MAJOR@
#define LIBBLADERF_VERSION_MINOR @VERSION_INFO_MINOR@
#define LIBBLADERF_VERSION_PATCH @VERSION_INFO_PATCH@
// clang-format on
#endif
|