From 2838ca87c652beb1c9f6965b61388127cde3b725 Mon Sep 17 00:00:00 2001 From: Alexandru Csete Date: Mon, 16 Apr 2018 01:49:57 +0200 Subject: [PATCH] Version 2.11.4 --- CMakeLists.txt | 2 +- gqrx.pro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e8295c7b..c2189026d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.0) project(gqrx) set(${PROJECT_NAME}_MAJOR "2") set(${PROJECT_NAME}_MINOR "11") -set(${PROJECT_NAME}_PATCH "3") +set(${PROJECT_NAME}_PATCH "4") set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}.${${PROJECT_NAME}_PATCH}") ##set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}") add_definitions(-DVERSION="${VERSION}") diff --git a/gqrx.pro b/gqrx.pro index f1857acc0..230c03b72 100644 --- a/gqrx.pro +++ b/gqrx.pro @@ -73,13 +73,13 @@ CONFIG(debug, debug|release) { # Define version string (see below for releases) ##VER = $$system(git describe --abbrev=8) - VER = 2.11.3 + VER = 2.11.4 } else { DEFINES += QT_NO_DEBUG DEFINES += QT_NO_DEBUG_OUTPUT VER = $$system(git describe --abbrev=1) - VER = 2.11.3 + VER = 2.11.4 # Release binaries with gr bundled # QMAKE_RPATH & co won't work with origin