diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-07-11 16:53:43 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-07-11 16:53:43 +0200 |
commit | 8578323dbfb4c57bf53a3233f7fddb6d7257a835 (patch) | |
tree | f10e0f514d7e17116438ff66c451f3ca49e45018 /CMakeLists.txt | |
parent | 89551c9f8b7a23d169b874904a7285057669b749 (diff) | |
download | tdepim-8578323dbfb4c57bf53a3233f7fddb6d7257a835.tar.gz tdepim-8578323dbfb4c57bf53a3233f7fddb6d7257a835.zip |
Update version in CMakeLists files
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..d6682e7c8 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.0.1 ) ##### include essential cmake modules ########### |