v1.8.8-rc1
This commit is contained in:
parent
1499f7b27c
commit
4b913b5599
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue