Skip to content

Commit a7b1ca9

Browse files
committedFeb 27, 2017
Update revision to 3.7.11
1 parent 335bdeb commit a7b1ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2016 Free Software Foundation, Inc.
1+
# Copyright 2010-2017 Free Software Foundation, Inc.
22
#
33
# This file is part of GNU Radio
44
#
@@ -47,7 +47,7 @@ message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}.")
4747
set(VERSION_INFO_MAJOR_VERSION 3)
4848
set(VERSION_INFO_API_COMPAT 7)
4949
set(VERSION_INFO_MINOR_VERSION 11)
50-
set(VERSION_INFO_MAINT_VERSION git)
50+
set(VERSION_INFO_MAINT_VERSION 0)
5151
include(GrVersion) #setup version info
5252

5353
# Append -O2 optimization flag for Debug builds (Not on MSVC since conflicts with RTC1 flag)

0 commit comments

Comments
 (0)
Please sign in to comment.