summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-02-29 04:28:49 +0100
committerSlávek Banko <[email protected]>2016-02-29 04:28:49 +0100
commit72530653e35f2982b940d4d1dfba917c36b4560b (patch)
treed80d459ea42d7e5848c00332a7bbd7d57643dbb9 /CMakeLists.txt
parent484a1d3ce2d9283710cf1c2c16be6a52b358afc3 (diff)
downloadgtk-qt-engine-72530653e35f2982b940d4d1dfba917c36b4560b.tar.gz
gtk-qt-engine-72530653e35f2982b940d4d1dfba917c36b4560b.zip
Update version number for new target R14.0.4
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index afa163c..5df1560 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.3 )
+set( VERSION R14.0.4 )
##### include essential cmake modules ###########