Update version to 2.11

This commit is contained in:
Alexandru Csete 2018-03-18 12:26:00 +01:00
parent a851f67e0f
commit a8c14f5e8c
3 changed files with 9 additions and 9 deletions

View File

@ -3,11 +3,11 @@ cmake_minimum_required(VERSION 2.8.0)
# Project name
project(gqrx)
set(${PROJECT_NAME}_MAJOR "2")
set(${PROJECT_NAME}_MINOR "10")
set(${PROJECT_NAME}_MINOR "11")
set(${PROJECT_NAME}_PATCH "0")
##set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}.${${PROJECT_NAME}_PATCH}")
#set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}")
#add_definitions(-DVERSION="${VERSION}")
set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}")
add_definitions(-DVERSION="${VERSION}")
# development version
execute_process(
@ -16,7 +16,7 @@ execute_process(
OUTPUT_VARIABLE GITVERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
)
add_definitions(-DVERSION="${GITVERSION}")
#add_definitions(-DVERSION="${GITVERSION}")
set(PACKAGE ${PROJECT_NAME})

View File

@ -72,14 +72,14 @@ CONFIG(debug, debug|release) {
#QMAKE_CFLAGS_DEBUG += '-g -O0'
# Define version string (see below for releases)
VER = $$system(git describe --abbrev=8)
##VER = 2.10
##VER = $$system(git describe --abbrev=8)
VER = 2.11
} else {
DEFINES += QT_NO_DEBUG
DEFINES += QT_NO_DEBUG_OUTPUT
VER = $$system(git describe --abbrev=1)
##VER = 2.10
##VER = $$system(git describe --abbrev=1)
VER = 2.11
# Release binaries with gr bundled
# QMAKE_RPATH & co won't work with origin

View File

@ -1,5 +1,5 @@
2.11: Released TBD...
2.11: Released MArch 18, 2018
NEW: Selectable IQ FFT window type.
FIXED: Problems on Mac Pro computers without built-in audio.