Skip to content

Commit

Permalink
Version 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Jan 27, 2020
1 parent e8dd0f2 commit 9718d60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.11)
project(gqrx)
set(${PROJECT_NAME}_MAJOR "2")
set(${PROJECT_NAME}_MINOR "12")
set(${PROJECT_NAME}_PATCH "0")
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}")
Expand Down
4 changes: 4 additions & 0 deletions resources/news.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.12.1: Released JAnuary 27, 2020

NEW: White Hot, Black Hot and White Hot compressed colormaps.


2.12: Released January 26, 2020

Expand Down

0 comments on commit 9718d60

Please sign in to comment.