Versioned to 1.7.5

This commit is contained in:
Jerry 2015-07-06 12:59:57 -07:00
parent 8a026e06bd
commit 6e74655e78
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 4)
set(VERSION_REV 5)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
cmake_minimum_required(VERSION 2.6)