From bcd1bf8b05a71619bd108cffca18a5da3190b6be Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 12 Jul 2015 16:58:20 +0900 Subject: [PATCH] Update version number to R14.1.0 Signed-off-by: Michele Calgaro --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b57b8ba..29042b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ################################################# project( dbus-tqt-1 ) -set( VERSION "R14.0.0" ) +set( VERSION R14.1.0 ) ##### cmake setup ###############################