Versioned 1.8.2-stable

This commit is contained in:
Jerry (Xinyu Hou) 2016-08-08 14:31:18 +01:00
parent 8901effc8b
commit 130a248fbe
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
set(VERSION_MAJOR 1)
set(VERSION_MINOR 8)
set(VERSION_REV 2)
set(VERSION_STAGE rc1)
set(VERSION_STAGE stable)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
cmake_minimum_required(VERSION 2.6)