This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

v1.8.8-rc1

  • Loading branch information...
nlyan committed Jan 31, 2017
1 parent 1499f7b commit 4b913b5599a2351aabbe5854e5c3207004132724
Showing with 5 additions and 5 deletions.
  1. +2 −2 CMakeLists.txt
  2. +3 −3 src/gui/res/mac/Info.plist
View
@@ -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>

0 comments on commit 4b913b5

Please sign in to comment.