diff options
author | Slávek Banko <[email protected]> | 2015-08-26 18:42:02 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-08-26 18:42:02 +0200 |
commit | b0ce9a077480854941fa77c0db56fc636e109541 (patch) | |
tree | 9a4ec6ad9903d9dd6120f653270c5dec39819f90 /CMakeLists.txt | |
parent | bbc0c7a1f112cb3252d728bfda1f9c5514e06dad (diff) | |
download | tdetoys-b0ce9a077480854941fa77c0db56fc636e109541.tar.gz tdetoys-b0ce9a077480854941fa77c0db56fc636e109541.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 3c959db..9b89d3d 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.1 ) +set( VERSION R14.0.2 ) ##### include essential cmake modules ########### |