1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-07 13:46:35 -04:00
sdrangel/libbladerf/include/version.h

11 lines
208 B
C

#ifndef VERSION_H__
#define VERSION_H__
#define LIBBLADERF_VERSION "1.7.2-git-unknown"
#define LIBBLADERF_VERSION_MAJOR 1
#define LIBBLADERF_VERSION_MINOR 7
#define LIBBLADERF_VERSION_PATCH 2
#endif