Versioned to 1.8.3-stable

This commit is contained in:
Jerry (Xinyu Hou) 2016-09-23 10:20:19 -04:00 committed by Andrew Nelless
parent 91c01d3a45
commit db9181bd11
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 3)
set(VERSION_STAGE rc2)
set(VERSION_STAGE stable)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
cmake_minimum_required(VERSION 2.6)