[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/01: cmake: updated revision to 3.7.6.1 f
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/01: cmake: updated revision to 3.7.6.1 for maintenance release |
Date: |
Thu, 15 Jan 2015 20:59:55 +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 e15f2e7933abd3f4369396079b48713def56d123
Author: Johnathan Corgan <address@hidden>
Date: Thu Jan 15 12:49:27 2015 -0800
cmake: updated revision to 3.7.6.1 for maintenance release
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 235596b..aa0fa67 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 6)
-set(VERSION_INFO_MAINT_VERSION 0)
+set(VERSION_INFO_MAINT_VERSION 1)
include(GrVersion) #setup version info
# Append -O2 optimization flag for Debug builds