From 787be70382a1ff14660027344490a883399ed6d4 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 13 Feb 2017 23:10:48 +0100 Subject: [PATCH] Add .git label to version name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ea7c79ba..4fea14e0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ option(ENABLE_OWN_GPSTK "Force to download, build and link GPSTk for system test ############################### # 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(