summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-05-22 16:12:23 +0900
committerMichele Calgaro <[email protected]>2020-05-22 16:12:23 +0900
commit721d45e050486000b5a2896083bac6abc3fa8156 (patch)
tree9c77b3a21648e4564d2aa9ed3635ca1282fdf207
parent0e87ad8af10bce14c0b6f3f7d2610da239d6f185 (diff)
downloadgtk-qt-engine-721d45e050486000b5a2896083bac6abc3fa8156.tar.gz
gtk-qt-engine-721d45e050486000b5a2896083bac6abc3fa8156.zip
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8eee73..9761ede 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.8 )
+set( VERSION R14.0.9 )
##### include essential cmake modules ###########