Skip to content

Commit

Permalink
Update version string to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Aug 19, 2017
1 parent 9e68d78 commit d03175a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ cmake_minimum_required(VERSION 2.8.0)
# Project name
project(gqrx)
set(${PROJECT_NAME}_MAJOR "2")
set(${PROJECT_NAME}_MINOR "6")
set(${PROJECT_NAME}_MINOR "7")
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(
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
2 changes: 1 addition & 1 deletion resources/news.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.7: TBD...
2.7: Released August 19, 2017

NEW: Airspy HF+ integration.
NEW: PlutoSDR integration.
Expand Down

0 comments on commit d03175a

Please sign in to comment.