From 7456d0ba756315990cf8e77ba40cf2dce8faaa50 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 22 Jun 2010 00:25:32 +0000 Subject: [PATCH] Corrected version numbers --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb4c19f7..5abc1dbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ # Version number for Synergy+ SET(VERSION_MAJOR 1) -SET(VERSION_MINOR 4) +SET(VERSION_MINOR 5) SET(VERSION_REV 0) SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")