Skip to content

Commit

Permalink
Updated lib version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux committed Mar 22, 2015
1 parent b0adfc4 commit 2afc7b3
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.4"
#define AIRSPY_VERSION "1.0.5"
#define AIRSPY_VER_MAJOR 1
#define AIRSPY_VER_MINOR 0
#define AIRSPY_VER_REVISION 4
#define AIRSPY_VER_REVISION 5

#ifdef _WIN32
#define ADD_EXPORTS
Expand Down

0 comments on commit 2afc7b3

Please sign in to comment.