Skip to content

Commit 5c86e53

Browse files
committed
Updated libairspy version to 1.0.9
1 parent 57abea5 commit 5c86e53

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

libairspy/src/airspy.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
Copyright (c) 2012, Jared Boone <[email protected]>
33
Copyright (c) 2013, Michael Ossmann <[email protected]>
4-
Copyright (c) 2013/2014, Benjamin Vernoux <[email protected]>
5-
Copyright (C) 2013/2014, Youssef Touil <[email protected]>
4+
Copyright (c) 2013-2016, Benjamin Vernoux <[email protected]>
5+
Copyright (C) 2013-2016, Youssef Touil <[email protected]>
66
77
All rights reserved.
88
@@ -28,10 +28,10 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
2828
#include <stdint.h>
2929
#include "airspy_commands.h"
3030

31-
#define AIRSPY_VERSION "1.0.8"
31+
#define AIRSPY_VERSION "1.0.9"
3232
#define AIRSPY_VER_MAJOR 1
3333
#define AIRSPY_VER_MINOR 0
34-
#define AIRSPY_VER_REVISION 8
34+
#define AIRSPY_VER_REVISION 9
3535

3636
#ifdef _WIN32
3737
#define ADD_EXPORTS

libairspy/src/win32/airspy.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ BEGIN
2626
VALUE "FileDescription", "AirSpy library\0"
2727
VALUE "FileVersion", AIRSPY_VERSION "\0"
2828
VALUE "InternalName", "airspy.dll\0"
29-
VALUE "LegalCopyright", "(C) 2013-2015 AirSpy\0"
29+
VALUE "LegalCopyright", "(C) 2013-2016 AirSpy\0"
3030
VALUE "OriginalFilename", "airspy.dll\0"
3131
VALUE "ProductName", "airspy\0"
3232
VALUE "ProductVersion", AIRSPY_VERSION "\0"

0 commit comments

Comments
 (0)