diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-07-12 16:58:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-07-12 16:58:20 +0900 |
commit | bcd1bf8b05a71619bd108cffca18a5da3190b6be (patch) | |
tree | 42b62087d48404b9d5403249c75e43b17c01095f | |
parent | 54b7c416aa9699f53fcc7b101fd3cd4c3fc67060 (diff) | |
download | dbus-tqt-bcd1bf8b05a71619bd108cffca18a5da3190b6be.tar.gz dbus-tqt-bcd1bf8b05a71619bd108cffca18a5da3190b6be.zip |
Update version number to R14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ############################### |