[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/01: cmake: update revision to 3.7.7.1 fo
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/01: cmake: update revision to 3.7.7.1 for maintenance release |
Date: |
Mon, 11 May 2015 19:31:47 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 608c13518e2d5e30b4eed633d7286eb1ebb60ad9
Author: Johnathan Corgan <address@hidden>
Date: Mon May 11 09:31:44 2015 -0700
cmake: update revision to 3.7.7.1 for maintenance release
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 271e93c..7622d9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@ message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}.")
set(VERSION_INFO_MAJOR_VERSION 3)
set(VERSION_INFO_API_COMPAT 7)
set(VERSION_INFO_MINOR_VERSION 7)
-set(VERSION_INFO_MAINT_VERSION 0)
+set(VERSION_INFO_MAINT_VERSION 1)
include(GrVersion) #setup version info
# Append -O2 optimization flag for Debug builds