-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters