From dcb6ed7c50c4afeb24de8f22aeab56fc202a020e Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Tue, 13 Jan 2015 13:57:37 +0100 Subject: [PATCH] Bumping new version --- CMakeLists.txt | 4 ++-- README.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aede3be3c..f3ccaa4c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/README.md b/README.md index 7890510e3..e8f43bf1f 100644 --- a/README.md +++ b/README.md @@ -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.