From 1e9193f143f65cb6639f1478f09f84c165189ae9 Mon Sep 17 00:00:00 2001 From: Alexandru Csete Date: Wed, 16 May 2018 23:32:13 +0200 Subject: [PATCH] Version 2.11.5 --- CMakeLists.txt | 2 +- gqrx.pro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c2189026d..b60f97664 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 "4") +set(${PROJECT_NAME}_PATCH "5") 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 230c03b72..00cbcac08 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.4 + VER = 2.11.5 } else { DEFINES += QT_NO_DEBUG DEFINES += QT_NO_DEBUG_OUTPUT VER = $$system(git describe --abbrev=1) - VER = 2.11.4 + VER = 2.11.5 # Release binaries with gr bundled # QMAKE_RPATH & co won't work with origin