Skip to content

Commit

Permalink
Merge pull request #1272 from greatscottgadgets/release
Browse files Browse the repository at this point in the history
set version to 2023.01.1
  • Loading branch information
mossmann committed Feb 1, 2023
2 parents 1bbab10 + d9ebb08 commit b42a185
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 "2023.01.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 "2023.01.1")
else (GIT_EXIT_VALUE)
execute_process(
COMMAND git status -s --untracked-files=no
Expand Down

0 comments on commit b42a185

Please sign in to comment.