Skip to content

Commit 848acef

Browse files
committed
Turn off release indicator
1 parent 35030c9 commit 848acef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(gqrx)
55
set(${PROJECT_NAME}_MAJOR "2")
66
set(${PROJECT_NAME}_MINOR "17")
77
set(${PROJECT_NAME}_PATCH "3")
8-
set(IS_RELEASE TRUE)
8+
set(IS_RELEASE FALSE)
99

1010
if(IS_RELEASE)
1111
if(${PROJECT_NAME}_PATCH EQUAL 0)

0 commit comments

Comments
 (0)