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 | 77c5ce1be675187eafc9eb6e562266241e8a50dc (patch) | |
tree | 638abd9ecd8a1769a3b305dd0f393e388c24ff83 /CMakeLists.txt | |
parent | 421c249f1ff8e75ce646b6d94c0e0a141b30f2a8 (diff) | |
download | tdeutils-77c5ce1be675187eafc9eb6e562266241e8a50dc.tar.gz tdeutils-77c5ce1be675187eafc9eb6e562266241e8a50dc.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 8bdbe38..bf459db 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.0 ) +set( VERSION R14.1.0 ) ##### include essential cmake modules ########### |