diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-07-11 16:53:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-07-11 16:53:42 +0200 |
commit | 6acd843185aa5078bfb0ff77ebfee466f748f81e (patch) | |
tree | 7f67e65f369a849e32b665de056b40f8ad869e2c /CMakeLists.txt | |
parent | d65c6e6b068d0f18c351459935189fe2d8cb5678 (diff) | |
download | tdelibs-6acd843185aa5078bfb0ff77ebfee466f748f81e.tar.gz tdelibs-6acd843185aa5078bfb0ff77ebfee466f748f81e.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 55f61c87f..fd619a4b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdelibs ) set( PACKAGE tdelibs ) -set( VERSION R14.0.0 ) +set( VERSION R14.0.1 ) ##### include essential cmake modules ########### |