diff options
author | Slávek Banko <[email protected]> | 2016-11-12 15:35:27 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-11-12 15:35:27 +0100 |
commit | e7f5cc56f312de6f3702c85535673b1b47ba2a27 (patch) | |
tree | 4fa85dafa3553fde56ebedd176e663b739af7af0 /CMakeLists.txt | |
parent | f7876430fdbb4c4958f89c5384459b393588eb15 (diff) | |
download | tdeartwork-e7f5cc56f312de6f3702c85535673b1b47ba2a27.tar.gz tdeartwork-e7f5cc56f312de6f3702c85535673b1b47ba2a27.zip |
Update version number for new target R14.0.5
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 f3062e42..8a48f624 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.4 ) +set( VERSION R14.0.5 ) ##### include essential cmake modules ########### |