Version to v1.8.5-rc2

This commit is contained in:
Andrew Nelless 2016-10-28 17:48:20 +01:00
parent 2f2dd7742f
commit c9bb421fb5
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 5)
set(VERSION_STAGE rc1)
set(VERSION_STAGE rc2)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
cmake_minimum_required(VERSION 2.6)