We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35030c9 commit 848acefCopy full SHA for 848acef
CMakeLists.txt
@@ -5,7 +5,7 @@ project(gqrx)
5
set(${PROJECT_NAME}_MAJOR "2")
6
set(${PROJECT_NAME}_MINOR "17")
7
set(${PROJECT_NAME}_PATCH "3")
8
-set(IS_RELEASE TRUE)
+set(IS_RELEASE FALSE)
9
10
if(IS_RELEASE)
11
if(${PROJECT_NAME}_PATCH EQUAL 0)
0 commit comments