Turn off release indicator

This commit is contained in:
Clayton Smith 2024-02-09 19:00:59 -05:00
parent 7f14063d1c
commit 075ed3d255

View File

@ -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)