Skip to content

Commit

Permalink
Merge pull request #1419 from greatscottgadgets/release
Browse files Browse the repository at this point in the history
Release 2024.02.1
  • Loading branch information
mossmann committed Feb 23, 2024
2 parents 16b0363 + 109d7c0 commit 18b485e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firmware/hackrf-common.cmake
Expand Up @@ -62,7 +62,7 @@ if (NOT DEFINED VERSION)
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if (GIT_VERSION_FOUND)
set(VERSION "2023.01.1+")
set(VERSION "2024.02.1")
else (GIT_VERSION_FOUND)
set(VERSION "git-${GIT_VERSION}")
endif (GIT_VERSION_FOUND)
Expand Down
2 changes: 1 addition & 1 deletion host/cmake/set_release.cmake
Expand Up @@ -8,7 +8,7 @@ if(NOT DEFINED RELEASE)
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if (GIT_EXIT_VALUE)
set(RELEASE "2023.01.1+")
set(RELEASE "2024.02.1")
else (GIT_EXIT_VALUE)
execute_process(
COMMAND git status -s --untracked-files=no
Expand Down
2 changes: 1 addition & 1 deletion host/libhackrf/CMakeLists.txt
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 18b485e

Please sign in to comment.