Versioned to 1.8.1-stable

This commit is contained in:
Jerry (Xinyu Hou) 2016-07-14 14:58:49 +00:00
parent 0034ca4b76
commit 6dd7f340c2
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 1)
set(VERSION_STAGE beta)
set(VERSION_STAGE stable)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
cmake_minimum_required(VERSION 2.6)