#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