Revert "Versioned to 1.7.5"

This reverts commit 6e74655e78.
This commit is contained in:
Jerry (Xinyu Hou) 2015-07-07 12:15:14 -07:00
parent cfec3a93f2
commit 284b2e7f2a
1 changed files with 1 additions and 1 deletions

View File

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