diff options
author | Slávek Banko <[email protected]> | 2015-11-30 20:33:27 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-11-30 20:33:27 +0100 |
commit | 484a1d3ce2d9283710cf1c2c16be6a52b358afc3 (patch) | |
tree | cc9b4001c42e8dc57144c0004ad7a3ffa7f01b99 /CMakeLists.txt | |
parent | e50a6aceddb2fe191fe56db79ee6c569f2f715a7 (diff) | |
download | gtk-qt-engine-484a1d3ce2d9283710cf1c2c16be6a52b358afc3.tar.gz gtk-qt-engine-484a1d3ce2d9283710cf1c2c16be6a52b358afc3.zip |
Update version number for new target R14.0.3r14.0.3
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 89eeca4..afa163c 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.2 ) +set( VERSION R14.0.3 ) ##### include essential cmake modules ########### |