diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-10-23 11:13:38 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-10-23 11:13:38 +0200 |
commit | 1816e217e2c403c378f2422a726f684eb980c2c3 (patch) | |
tree | 11a54bab7725ecb75fccee18cb1ae1f6d57b9ce8 /CMakeLists.txt | |
parent | f7fc1a4b670794200c55189dbd39aa11812ca86d (diff) | |
download | tellico-r14.0.4.tar.gz tellico-r14.0.4.zip |
Update version numbers for R14.0.4 final releaser14.0.4
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 226b666..8fadd41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( tellico ) -set( VERSION 1.3.6 ) +set( VERSION R14.0.4 ) ##### include essential cmake modules ########### |