diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:16 +0900 |
commit | 2f27665e4d477b9016dc38bf4d83945a371f9c0d (patch) | |
tree | c2a8e26367bfbb3ba71b1c48fc8938ab9ae30712 /CMakeLists.txt | |
parent | a8127d51dbc6e0301aaa255b1b09be9b4f2355b3 (diff) | |
download | tdeutils-2f27665e4d477b9016dc38bf4d83945a371f9c0d.tar.gz tdeutils-2f27665e4d477b9016dc38bf4d83945a371f9c0d.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 620618a..7a4ecef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdeutils ) set( PACKAGE tdeutils ) -set( VERSION R14.0.8 ) +set( VERSION R14.0.9 ) ##### include essential cmake modules ########### |