Version to 1.8.2

This commit is contained in:
Jerry (Xinyu Hou) 2016-05-12 14:07:04 +01:00 committed by Andrew Nelless
parent 50fcdcf672
commit 8503c3c023
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 stable)
set(VERSION_STAGE beta)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
cmake_minimum_required(VERSION 2.6)