From cf0f9b5903e05b5e85bd784ab751981e8be2866c Mon Sep 17 00:00:00 2001 From: "Jerry (Xinyu Hou)" Date: Tue, 4 Aug 2015 15:06:20 -0700 Subject: [PATCH] Versioned to 1.7.4-rc6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0329abcf32..e10a595833 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(VERSION_MAJOR 1) set(VERSION_MINOR 7) set(VERSION_REV 4) -set(VERSION_STAGE rc5) +set(VERSION_STAGE rc6) set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}") cmake_minimum_required(VERSION 2.6)