Skip to content

Commit

Permalink
Updated libairspy version to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux committed Sep 24, 2016
1 parent 57abea5 commit 5c86e53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions libairspy/src/airspy.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
Copyright (c) 2012, Jared Boone <[email protected]>
Copyright (c) 2013, Michael Ossmann <[email protected]>
Copyright (c) 2013/2014, Benjamin Vernoux <[email protected]>
Copyright (C) 2013/2014, Youssef Touil <[email protected]>
Copyright (c) 2013-2016, Benjamin Vernoux <[email protected]>
Copyright (C) 2013-2016, Youssef Touil <[email protected]>
All rights reserved.
Expand All @@ -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.8"
#define AIRSPY_VERSION "1.0.9"
#define AIRSPY_VER_MAJOR 1
#define AIRSPY_VER_MINOR 0
#define AIRSPY_VER_REVISION 8
#define AIRSPY_VER_REVISION 9

#ifdef _WIN32
#define ADD_EXPORTS
Expand Down
2 changes: 1 addition & 1 deletion libairspy/src/win32/airspy.rc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BEGIN
VALUE "FileDescription", "AirSpy library\0"
VALUE "FileVersion", AIRSPY_VERSION "\0"
VALUE "InternalName", "airspy.dll\0"
VALUE "LegalCopyright", "(C) 2013-2015 AirSpy\0"
VALUE "LegalCopyright", "(C) 2013-2016 AirSpy\0"
VALUE "OriginalFilename", "airspy.dll\0"
VALUE "ProductName", "airspy\0"
VALUE "ProductVersion", AIRSPY_VERSION "\0"
Expand Down

0 comments on commit 5c86e53

Please sign in to comment.