We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335bdeb commit a7b1ca9Copy full SHA for a7b1ca9
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright 2010-2016 Free Software Foundation, Inc.
+# Copyright 2010-2017 Free Software Foundation, Inc.
2
#
3
# This file is part of GNU Radio
4
@@ -47,7 +47,7 @@ message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}.")
47
set(VERSION_INFO_MAJOR_VERSION 3)
48
set(VERSION_INFO_API_COMPAT 7)
49
set(VERSION_INFO_MINOR_VERSION 11)
50
-set(VERSION_INFO_MAINT_VERSION git)
+set(VERSION_INFO_MAINT_VERSION 0)
51
include(GrVersion) #setup version info
52
53
# Append -O2 optimization flag for Debug builds (Not on MSVC since conflicts with RTC1 flag)
0 commit comments