diff options
author | Michele Calgaro <[email protected]> | 2015-07-12 16:58:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-07-12 16:58:21 +0900 |
commit | c2ed3dd28317dcbb3b324d6cb8b6c26555cec074 (patch) | |
tree | 1c4b03ef8f142df87da43480b0cc0de51f3b16cd /CMakeLists.txt | |
parent | 23dbffcb8c3937accd61f2ed1ebb1f8bd38564f3 (diff) | |
download | gtk-qt-engine-c2ed3dd28317dcbb3b324d6cb8b6c26555cec074.tar.gz gtk-qt-engine-c2ed3dd28317dcbb3b324d6cb8b6c26555cec074.zip |
Update version number to R14.1.0
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 799dc85..6ae11c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required( VERSION 2.8 ) project( gtk-qt-engine ) set( PACKAGE gtk-qt-engine ) -set( VERSION R14.0.0 ) +set( VERSION R14.1.0 ) ##### include essential cmake modules ########### |