1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-30 14:04:18 -04:00

Windows build: Compilable libbladerf library

This commit is contained in:
Edouard Griffiths
2016-03-23 16:49:58 +01:00
parent 78fe595a7e
commit 1cd0d8735f
7 changed files with 957 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#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