Skip to content

Commit

Permalink
Updated libairspy version to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux committed Apr 22, 2021
1 parent 70520c9 commit 229d5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libairspy/src/airspy.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
#include <stdint.h>
#include "airspy_commands.h"

#define AIRSPY_VERSION "1.0.9"
#define AIRSPY_VERSION "1.0.10"
#define AIRSPY_VER_MAJOR 1
#define AIRSPY_VER_MINOR 0
#define AIRSPY_VER_REVISION 9
#define AIRSPY_VER_REVISION 10

#ifdef _WIN32
#define ADD_EXPORTS
Expand Down

0 comments on commit 229d5a5

Please sign in to comment.