v1.8.8-rc1

This commit is contained in:
Andrew Nelless 2017-01-31 12:17:33 +00:00
parent 1499f7b27c
commit 4b913b5599
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -19,10 +19,10 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.8.7</string>
<string>1.8.8</string>
<key>CFBundleVersion</key>
<string>1.8.7</string>
<string>1.8.8</string>
<key>NSHumanReadableCopyright</key>
<string>© 2012-2016, Symless Ltd</string>
</dict>
</plist>
</plist>