From 058bf598ebd1cc33c8e1402435adeee4b9c2d0be Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 30 Sep 2013 15:08:08 -0500 Subject: [PATCH] Update VERSION in root CMakeLists.txt. This partially resolves bug report 1595. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00b2562..b57b8ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ################################################# project( dbus-tqt-1 ) -set( VERSION "0.7" ) +set( VERSION "R14.0.0" ) ##### cmake setup ###############################