From 9d4a224ce0b6e5731cea0c60ab6a3c3af2766a26 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 2 Sep 2015 01:57:52 +0200 Subject: [PATCH] Removing DOI and including git hash in version name --- CMakeLists.txt | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24ec383ff..a9bf68d29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,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( diff --git a/README.md b/README.md index 1c1bc4213..82a62698a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ ![](./docs/doxygen/images/gnss-sdr_logo.png) -[![DOI 10.5281/zenodo.30104](https://zenodo.org/badge/doi/10.5281/zenodo.30104.svg)](http://dx.doi.org/10.5281/zenodo.30104) - **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.