diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-07-12 16:58:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-07-12 16:58:28 +0900 |
commit | e4d9eb8f9c391382c03c04f96c396276e57f1356 (patch) | |
tree | 5b7066d46f955aeed7435c53ef79ae810eea21f2 /CMakeLists.txt | |
parent | 99252df3289dc379a9c4a91302a8f80b995912ae (diff) | |
download | tdetoys-e4d9eb8f9c391382c03c04f96c396276e57f1356.tar.gz tdetoys-e4d9eb8f9c391382c03c04f96c396276e57f1356.zip |
Update version number to R14.1.0
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 81cd6e1..e5356e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( tdeutils ) -set( VERSION R14.0.0 ) +set( VERSION R14.1.0 ) ##### include essential cmake modules ########### |