Skip to content

Commit

Permalink
Modified airspy lib version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux committed Dec 7, 2014
1 parent 54bad43 commit ceac3fd
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.2"
#define AIRSPY_VERSION "1.0.3"
#define AIRSPY_VER_MAJOR 1
#define AIRSPY_VER_MINOR 0
#define AIRSPY_VER_REVISION 2
#define AIRSPY_VER_REVISION 3

#ifdef _WIN32
#define ADD_EXPORTS
Expand Down

0 comments on commit ceac3fd

Please sign in to comment.