Skip to content

Commit

Permalink
Merge pull request #1206 from greatscottgadgets/post-release
Browse files Browse the repository at this point in the history
set version to 2022.09.1+
  • Loading branch information
mossmann authored Oct 24, 2022
2 parents b3f7a11 + 5acd0cb commit 48b9432
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 "2022.09.1")
set(VERSION "2022.09.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 "2022.09.1")
set(RELEASE "2022.09.1+")
else (GIT_EXIT_VALUE)
execute_process(
COMMAND git status -s --untracked-files=no
Expand Down

0 comments on commit 48b9432

Please sign in to comment.