Skip to content

Commit

Permalink
Set libhackrf API version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmann committed Feb 22, 2024
1 parent d0bb896 commit 5bed412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/libhackrf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
cmake_minimum_required(VERSION 2.8.12)
project(libhackrf C)
set(MAJOR_VERSION 0)
set(MINOR_VERSION 8)
set(MINOR_VERSION 9)
set(PACKAGE libhackrf)
set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION})
set(VERSION ${VERSION_STRING})
Expand Down

0 comments on commit 5bed412

Please sign in to comment.