mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-14 10:00:11 +00:00
Bumping new version
This commit is contained in:
parent
d2e3d2f3b2
commit
dcb6ed7c50
@ -52,7 +52,7 @@ endif(ENABLE_PACKAGING)
|
||||
###############################
|
||||
# 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})
|
||||
# Get the current working branch
|
||||
execute_process(
|
||||
@ -76,7 +76,7 @@ set(VERSION_INFO_API_COMPAT 0)
|
||||
if(${THIS_IS_A_RELEASE})
|
||||
set(VERSION_INFO_MINOR_VERSION 5)
|
||||
else(${THIS_IS_A_RELEASE})
|
||||
set(VERSION_INFO_MINOR_VERSION 4.git-${GIT_BRANCH}-${GIT_COMMIT_HASH})
|
||||
set(VERSION_INFO_MINOR_VERSION 5.git-${GIT_BRANCH}-${GIT_COMMIT_HASH})
|
||||
endif(${THIS_IS_A_RELEASE})
|
||||
|
||||
set(VERSION ${VERSION_INFO_MAJOR_VERSION}.${VERSION_INFO_API_COMPAT}.${VERSION_INFO_MINOR_VERSION})
|
||||
|
@ -1,7 +1,5 @@
|
||||
![](./docs/doxygen/images/gnss-sdr_logo.png)
|
||||
|
||||
[![DOI 10.5281/zenodo.13920](https://zenodo.org/badge/doi/10.5281/zenodo.13920.svg)](http://dx.doi.org/10.5281/zenodo.13920)
|
||||
|
||||
**Welcome to GNSS-SDR!**
|
||||
|
||||
Visit [gnss-sdr.org](http://gnss-sdr.org "GNSS-SDR's Homepage") for more information about this open source GNSS software defined receiver.
|
||||
|
Loading…
x
Reference in New Issue
Block a user