summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2019-12-18 22:17:57 +0100
committerSlávek Banko <[email protected]>2019-12-18 22:17:57 +0100
commitfaec3d6af058fe846e81c5ea009ef3998105dae1 (patch)
tree241a2eac4904cff28fc6948590e5b065507a7214 /CMakeLists.txt
parent7132b523bb618eac210e74920c776d953380a89d (diff)
downloadtellico-faec3d6af058fe846e81c5ea009ef3998105dae1.tar.gz
tellico-faec3d6af058fe846e81c5ea009ef3998105dae1.zip
Update version number for R14.0.7 final release.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5eb7434..a937c87 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( tellico )
-set( VERSION R14.0.6 )
+set( VERSION R14.0.7 )
##### include essential cmake modules ###########