Skip to content

Commit

Permalink
Version 2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Apr 13, 2018
1 parent a621754 commit cc5cccb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cmake_minimum_required(VERSION 2.8.0)
project(gqrx)
set(${PROJECT_NAME}_MAJOR "2")
set(${PROJECT_NAME}_MINOR "11")
set(${PROJECT_NAME}_PATCH "2")
set(${PROJECT_NAME}_PATCH "3")
set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}.${${PROJECT_NAME}_PATCH}")
##set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}")
##add_definitions(-DVERSION="${VERSION}")
add_definitions(-DVERSION="${VERSION}")

# development version
execute_process(
Expand All @@ -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})

Expand Down
6 changes: 3 additions & 3 deletions gqrx.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.2
##VER = $$system(git describe --abbrev=8)
VER = 2.11.3

} else {
DEFINES += QT_NO_DEBUG
DEFINES += QT_NO_DEBUG_OUTPUT
VER = $$system(git describe --abbrev=1)
##VER = 2.11.2
VER = 2.11.3

# Release binaries with gr bundled
# QMAKE_RPATH & co won't work with origin
Expand Down

0 comments on commit cc5cccb

Please sign in to comment.