Bumping new version

This commit is contained in:
Carles Fernandez 2015-01-13 13:57:37 +01:00
parent d2e3d2f3b2
commit dcb6ed7c50
2 changed files with 2 additions and 4 deletions

View File

@ -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})

View File

@ -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.