Turn off release indicator

This commit is contained in:
Clayton Smith 2024-04-18 17:42:05 -04:00
parent 4907f0a461
commit 4c825c198d

View File

@ -5,7 +5,7 @@ project(gqrx)
set(${PROJECT_NAME}_MAJOR "2")
set(${PROJECT_NAME}_MINOR "17")
set(${PROJECT_NAME}_PATCH "5")
set(IS_RELEASE TRUE)
set(IS_RELEASE FALSE)
if(IS_RELEASE)
if(${PROJECT_NAME}_PATCH EQUAL 0)