diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-08-26 18:42:00 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-08-26 18:42:00 +0200 |
commit | 12ec5cf47c6b23c3b59777d3cee8768d12413f0b (patch) | |
tree | d3fde965a1d790161656155c8bb937744265c336 /CMakeLists.txt | |
parent | d7d5fafbbd09e726da737ef34ec4f9a38e3efd9e (diff) | |
download | tdegraphics-12ec5cf47c6b23c3b59777d3cee8768d12413f0b.tar.gz tdegraphics-12ec5cf47c6b23c3b59777d3cee8768d12413f0b.zip |
Update version number for new target R14.0.2
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 2baeac84..b4438472 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.1 ) +set( VERSION R14.0.2 ) ##### include essential cmake modules ########### |