1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Windows build: bumped libbladeRF version to 1.6.1

This commit is contained in:
f4exb 2016-10-01 04:45:04 +02:00
parent 12d845026f
commit 438d90bb13

View File

@ -1,10 +1,10 @@
#ifndef VERSION_H__
#define VERSION_H__
#define LIBBLADERF_VERSION "1.5.1-git-unknown"
#define LIBBLADERF_VERSION "1.6.1-git-unknown"
#define LIBBLADERF_VERSION_MAJOR 1
#define LIBBLADERF_VERSION_MINOR 5
#define LIBBLADERF_VERSION_MINOR 6
#define LIBBLADERF_VERSION_PATCH 1
#endif