Skip to content

Commit b42a185

Browse files
authored
Merge pull request #1272 from greatscottgadgets/release
set version to 2023.01.1
2 parents 1bbab10 + d9ebb08 commit b42a185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firmware/hackrf-common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if (NOT DEFINED VERSION)
6262
OUTPUT_STRIP_TRAILING_WHITESPACE
6363
)
6464
if (GIT_VERSION_FOUND)
65-
set(VERSION "2022.09.1+")
65+
set(VERSION "2023.01.1")
6666
else (GIT_VERSION_FOUND)
6767
set(VERSION "git-${GIT_VERSION}")
6868
endif (GIT_VERSION_FOUND)

host/cmake/set_release.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(NOT DEFINED RELEASE)
88
OUTPUT_STRIP_TRAILING_WHITESPACE
99
)
1010
if (GIT_EXIT_VALUE)
11-
set(RELEASE "2022.09.1+")
11+
set(RELEASE "2023.01.1")
1212
else (GIT_EXIT_VALUE)
1313
execute_process(
1414
COMMAND git status -s --untracked-files=no

0 commit comments

Comments
 (0)