Turn off release indicator

This commit is contained in:
Clayton Smith 2023-10-09 18:51:43 -04:00
parent e5e41e4f1a
commit 03014e2b54

View File

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