summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-05-22 16:12:44 +0900
committerMichele Calgaro <[email protected]>2020-05-22 16:12:44 +0900
commita348128c962691091402ad96e222dc890655732c (patch)
tree78c9c59b991ead4e2cb0df1186430b9937e79f3f
parent0356c5c2619c6357dcc13aff9ea69a8e4e08f8cc (diff)
downloadtellico-a348128c962691091402ad96e222dc890655732c.tar.gz
tellico-a348128c962691091402ad96e222dc890655732c.zip
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9997ecf..44b77cd 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.8 )
+set( VERSION R14.0.9 )
##### include essential cmake modules ###########