diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:13 +0900 |
commit | 6cccf622e66ad397f3094b1ff645e6b004d29e63 (patch) | |
tree | 6038e4d0113584069a4648bf4ebda5f6ec08a7c1 /CMakeLists.txt | |
parent | b113b0c81daf22e868bd8618a40ec77eca4c3047 (diff) | |
download | tdebase-6cccf622e66ad397f3094b1ff645e6b004d29e63.tar.gz tdebase-6cccf622e66ad397f3094b1ff645e6b004d29e63.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 bfd997514..a092e0fb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdebase ) set( PACKAGE tdebase ) -set( VERSION R14.0.8 ) +set( VERSION R14.0.9 ) ##### include essential cmake modules ########### |