[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/03: Updated revision to 3.7.5 for releas
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/03: Updated revision to 3.7.5 for release. |
Date: |
Sat, 30 Aug 2014 16:55:37 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit 9dcb5067c55a0630c9edca6b62a32b1f8e633930
Author: Johnathan Corgan <address@hidden>
Date: Sat Aug 30 09:33:12 2014 -0700
Updated revision to 3.7.5 for release.
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 733e0c0..8846513 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 5)
-set(VERSION_INFO_MAINT_VERSION git)
+set(VERSION_INFO_MAINT_VERSION 0)
include(GrVersion) #setup version info
# Append -O2 optimization flag for Debug builds