diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-07-11 16:53:41 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-07-11 16:53:41 +0200 |
commit | 6e82105bfcc3cb9e2aadb03bc9e40313e8875f96 (patch) | |
tree | e87cb728d9d22383a4b28aaef620d24b82b227fb /CMakeLists.txt | |
parent | 038478fc5cf5581290b3a362fbfa9aaffb29f9f2 (diff) | |
download | tdegraphics-6e82105bfcc3cb9e2aadb03bc9e40313e8875f96.tar.gz tdegraphics-6e82105bfcc3cb9e2aadb03bc9e40313e8875f96.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 93f62f04..2baeac84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( tdegraphics ) -set( VERSION R14.0.0 ) +set( VERSION R14.0.1 ) ##### include essential cmake modules ########### |