From 2d305ba93c0853cf74e59e050b0dbd1203563974 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 8 Oct 2013 10:19:02 +0000 Subject: [PATCH] version to 1.4.14 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78e518dc..d34809a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ # Version number for Synergy set(VERSION_MAJOR 1) set(VERSION_MINOR 4) -set(VERSION_REV 13) +set(VERSION_REV 14) set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}") # The check for 2.6 may be too strict (consider lowering).