mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-30 23:48:53 -04:00
11 lines
208 B
C
11 lines
208 B
C
|
#ifndef VERSION_H__
|
||
|
#define VERSION_H__
|
||
|
|
||
|
#define LIBBLADERF_VERSION "1.5.1-git-unknown"
|
||
|
|
||
|
#define LIBBLADERF_VERSION_MAJOR 1
|
||
|
#define LIBBLADERF_VERSION_MINOR 5
|
||
|
#define LIBBLADERF_VERSION_PATCH 1
|
||
|
|
||
|
#endif
|