v1.8.4 beta

This commit is contained in:
Andrew Nelless 2016-09-26 15:46:57 +01:00
parent db9181bd11
commit f58e95c96f
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
# Version number for Synergy
set(VERSION_MAJOR 1)
set(VERSION_MINOR 8)
set(VERSION_REV 3)
set(VERSION_STAGE stable)
set(VERSION_REV 4)
set(VERSION_STAGE beta)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
cmake_minimum_required(VERSION 2.6)