diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-07-11 16:53:39 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-07-11 16:53:39 +0200 |
commit | 016a2a9facb613927609426a71a006f8fde5e2f6 (patch) | |
tree | f1f470fafc589db239b2a350ecab42f84990c892 | |
parent | 62af97310716552cca073614de2803e14c669471 (diff) | |
download | tdeartwork-016a2a9facb613927609426a71a006f8fde5e2f6.tar.gz tdeartwork-016a2a9facb613927609426a71a006f8fde5e2f6.zip |
Update version in CMakeLists files
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c14557b2..aad9f72a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdeartwork ) set( PACKAGE tdeartwork ) -set( VERSION R14.0.0 ) +set( VERSION R14.0.1 ) ##### include essential cmake modules ########### |