[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/01: Updated to revision 3.7.4.1 for rele
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/01: Updated to revision 3.7.4.1 for release. |
Date: |
Sat, 30 Aug 2014 16:55:36 +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 f0ef129c4be41f704c3fe1076632a2898e5de7a8
Author: Johnathan Corgan <address@hidden>
Date: Sat Aug 30 09:22:17 2014 -0700
Updated to revision 3.7.4.1 for release.
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7dccad0..3701913 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ list(APPEND CMAKE_MODULE_PATH
${CMAKE_SOURCE_DIR}/cmake/Modules)
set(VERSION_INFO_MAJOR_VERSION 3)
set(VERSION_INFO_API_COMPAT 7)
set(VERSION_INFO_MINOR_VERSION 4)
-set(VERSION_INFO_MAINT_VERSION 0)
+set(VERSION_INFO_MAINT_VERSION 1)
include(GrVersion) #setup version info
# Append -O2 optimization flag for Debug builds