mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-07 07:50:32 +00:00
Starting 0.0.8git
This commit is contained in:
parent
09a7eab397
commit
f3df860005
@ -63,7 +63,7 @@ endif(ENABLE_PACKAGING)
|
|||||||
###############################
|
###############################
|
||||||
# GNSS-SDR version information
|
# GNSS-SDR version information
|
||||||
###############################
|
###############################
|
||||||
set(THIS_IS_A_RELEASE ON) # only related to version name, no further implications.
|
set(THIS_IS_A_RELEASE OFF) # only related to version name, no further implications.
|
||||||
if(NOT ${THIS_IS_A_RELEASE})
|
if(NOT ${THIS_IS_A_RELEASE})
|
||||||
# Get the current working branch
|
# Get the current working branch
|
||||||
execute_process(
|
execute_process(
|
||||||
|
@ -49,7 +49,7 @@ message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}.")
|
|||||||
|
|
||||||
set(VERSION_INFO_MAJOR_VERSION 0)
|
set(VERSION_INFO_MAJOR_VERSION 0)
|
||||||
set(VERSION_INFO_MINOR_VERSION 0)
|
set(VERSION_INFO_MINOR_VERSION 0)
|
||||||
set(VERSION_INFO_MAINT_VERSION 8)
|
set(VERSION_INFO_MAINT_VERSION 8.git)
|
||||||
include(VolkVersion) #setup version info
|
include(VolkVersion) #setup version info
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user