From 257ac01ec6b2badf7e76427134027a81c78d273d Mon Sep 17 00:00:00 2001 From: Xinyu Hou Date: Tue, 15 Mar 2016 12:03:49 -0700 Subject: [PATCH] Update CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c6ecf9a0..011b2d6af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(VERSION_MAJOR 1) set(VERSION_MINOR 7) set(VERSION_REV 6) -set(VERSION_STAGE rc3) +set(VERSION_STAGE stable) set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}") cmake_minimum_required(VERSION 2.6)