diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:18 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:18 +0200 |
commit | cd86aa3edb67ce5526035a464578deeca318ddce (patch) | |
tree | 01127c5f982bba9e859c70d0a7cf12fb0319f919 | |
parent | 2839ac9cc6903588a5570e6eeb0e5f3818a4e555 (diff) | |
download | tdeartwork-cd86aa3edb67ce5526035a464578deeca318ddce.tar.gz tdeartwork-cd86aa3edb67ce5526035a464578deeca318ddce.zip |
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ce449197..160a244d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8.12 ) project( tdeartwork ) set( PACKAGE tdeartwork ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) ##### include essential cmake modules ########### |