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 | 0aae3df09e6d1d363534da71d91b559d8edfa91c (patch) | |
tree | 07f265cc77970c1e054577d30241deb146a22a7f /CMakeLists.txt | |
parent | 793982b70afa88768bfbc2e616bbdd38fc247220 (diff) | |
download | tdepim-0aae3df09e6d1d363534da71d91b559d8edfa91c.tar.gz tdepim-0aae3df09e6d1d363534da71d91b559d8edfa91c.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 065ddba0f..e54ed3a08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdepim ) set( PACKAGE tdepim ) -set( VERSION R14.0.0 ) +set( VERSION R14.1.0 ) ##### include essential cmake modules ########### |