summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-11-04 15:21:59 +0100
committerSlávek Banko <[email protected]>2020-11-04 15:21:59 +0100
commita1244a745cc936043535eaf63a6b1b5851ebf732 (patch)
treec5f3707e3cddf67199d1a0acf5467981229c8755
parent5bf57fb4d502c43f0ea396302768254581392529 (diff)
downloadtellico-a1244a745cc936043535eaf63a6b1b5851ebf732.tar.gz
tellico-a1244a745cc936043535eaf63a6b1b5851ebf732.zip
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 44b77cd..2c4ff1d 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.9 )
+set( VERSION R14.0.10 )
##### include essential cmake modules ###########