Skip to content

Commit

Permalink
Merge pull request #1420 from greatscottgadgets/post-release
Browse files Browse the repository at this point in the history
Set version to 2024.02.1+
  • Loading branch information
mossmann authored Feb 28, 2024
2 parents 18b485e + 4134097 commit 8486cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firmware/hackrf-common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if (NOT DEFINED VERSION)
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if (GIT_VERSION_FOUND)
set(VERSION "2024.02.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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(NOT DEFINED RELEASE)
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if (GIT_EXIT_VALUE)
set(RELEASE "2024.02.1")
set(RELEASE "2024.02.1+")
else (GIT_EXIT_VALUE)
execute_process(
COMMAND git status -s --untracked-files=no
Expand Down

0 comments on commit 8486cb2

Please sign in to comment.