Skip to content

Commit

Permalink
Turn off release indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Feb 10, 2024
1 parent 7f14063 commit 075ed3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(gqrx)
set(${PROJECT_NAME}_MAJOR "2")
set(${PROJECT_NAME}_MINOR "17")
set(${PROJECT_NAME}_PATCH "4")
set(IS_RELEASE TRUE)
set(IS_RELEASE FALSE)

if(IS_RELEASE)
if(${PROJECT_NAME}_PATCH EQUAL 0)
Expand Down

0 comments on commit 075ed3d

Please sign in to comment.