mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-02-13 05:03:41 -05:00
13 lines
246 B
C
13 lines
246 B
C
#ifndef VERSION_H_
|
|
#define VERSION_H_
|
|
|
|
#define LIBBLADERF_VERSION "2.0.2-git-32058c47-dirty"
|
|
|
|
// clang-format off
|
|
#define LIBBLADERF_VERSION_MAJOR 2
|
|
#define LIBBLADERF_VERSION_MINOR 0
|
|
#define LIBBLADERF_VERSION_PATCH 2
|
|
// clang-format on
|
|
|
|
#endif
|