diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:18 +0900 |
commit | fe976d65b4b4db75b0f27e2d8c6e75c24dd85b6c (patch) | |
tree | e953cd81dd5e28dbabbae98fe47224c50c439ecf /CMakeLists.txt | |
parent | 4e49c180e06497896b56b797b7e0af31095470d1 (diff) | |
download | tdeartwork-fe976d65b4b4db75b0f27e2d8c6e75c24dd85b6c.tar.gz tdeartwork-fe976d65b4b4db75b0f27e2d8c6e75c24dd85b6c.zip |
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 46f1412e..32dd943e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdeartwork ) set( PACKAGE tdeartwork ) -set( VERSION R14.0.8 ) +set( VERSION R14.0.9 ) ##### include essential cmake modules ########### |