version to 1.4.15

This commit is contained in:
Nick Bolton 2013-10-17 15:46:17 +00:00
parent 20e39a22db
commit d339d60d69
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 4)
set(VERSION_REV 14)
set(VERSION_REV 15)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
# The check for 2.6 may be too strict (consider lowering).