Merge pull request #1419 from greatscottgadgets/release
Release 2024.02.1
This commit is contained in:
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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})
|
||||
|
Reference in New Issue
Block a user