[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 03/03: cmake: update revision to 3.7.7.2 fo
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 03/03: cmake: update revision to 3.7.7.2 for maintenance release |
Date: |
Thu, 6 Aug 2015 00:39:05 +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 1c3cd5b8e1dcb5d3a365931ee6bc35710f92e4f2
Author: Johnathan Corgan <address@hidden>
Date: Wed Aug 5 17:17:55 2015 -0700
cmake: update revision to 3.7.7.2 for maintenance release
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7622d9d..90c1631 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 1)
+set(VERSION_INFO_MAINT_VERSION 2)
include(GrVersion) #setup version info
# Append -O2 optimization flag for Debug builds