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 | 5f81e751d3cfa751d5105d21a5b74c3c9d77cb56 (patch) | |
tree | 77bff53a870d7206a51a2e030f9ffcfc6241ef98 | |
parent | c56d53e59600b41f6df6645be6f37e912d288eb7 (diff) | |
download | tdetoys-5f81e751d3cfa751d5105d21a5b74c3c9d77cb56.tar.gz tdetoys-5f81e751d3cfa751d5105d21a5b74c3c9d77cb56.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 81cd6e1..3c959db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( tdeutils ) -set( VERSION R14.0.0 ) +set( VERSION R14.0.1 ) ##### include essential cmake modules ########### |