Skip to content

Commit

Permalink
Update version to 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Mar 18, 2018
1 parent 3ca58b6 commit 10095a2
Show file tree
Hide file tree
Showing 3 changed files with 10 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,9 +4,9 @@ cmake_minimum_required(VERSION 2.8.0)
project(gqrx)
set(${PROJECT_NAME}_MAJOR "2")
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}")
set(${PROJECT_NAME}_PATCH "1")
set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}.${${PROJECT_NAME}_PATCH}")
##set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}")
add_definitions(-DVERSION="${VERSION}")

# development version
Expand Down
4 changes: 2 additions & 2 deletions gqrx.pro
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ CONFIG(debug, debug|release) {

# Define version string (see below for releases)
##VER = $$system(git describe --abbrev=8)
VER = 2.11
VER = 2.11.1

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

# Release binaries with gr bundled
# QMAKE_RPATH & co won't work with origin
Expand Down
6 changes: 5 additions & 1 deletion resources/news.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2.11.1: Released March 18, 2018

2.11: Released MArch 18, 2018
FIXED: Removed visible border around frequency and meter widgets.


2.11: Released March 18, 2018

NEW: Selectable IQ FFT window type.
FIXED: Problems on Mac Pro computers without built-in audio.
Expand Down

0 comments on commit 10095a2

Please sign in to comment.