Skip to content

Commit c4450ad

Browse files
committed
bumped .so and .pc version numbers to 0.4
1 parent bee85a6 commit c4450ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

host/hackrf-tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
cmake_minimum_required(VERSION 2.8)
2525
project(hackrf-tools C)
2626
set(MAJOR_VERSION 0)
27-
set(MINOR_VERSION 3)
27+
set(MINOR_VERSION 4)
2828
set(PACKAGE hackrf-tools)
2929
set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION})
3030
set(VERSION ${VERSION_STRING})

host/libhackrf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
cmake_minimum_required(VERSION 2.8)
2525
project(libhackrf C)
2626
set(MAJOR_VERSION 0)
27-
set(MINOR_VERSION 3)
27+
set(MINOR_VERSION 4)
2828
set(PACKAGE libhackrf)
2929
set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION})
3030
set(VERSION ${VERSION_STRING})

0 commit comments

Comments
 (0)