summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-11-02 02:24:31 +0100
committerSlávek Banko <[email protected]>2021-11-02 02:24:31 +0100
commit152f1a50c99fb218a49e557ead9b21d4e61ea9be (patch)
treee61b22bcda6a912f2b0232d487fdef4ebf09e07d
parent8889dbfd779cdfc4863dc7f31916aa1f0728ee3b (diff)
downloadtellico-152f1a50c99fb218a49e557ead9b21d4e61ea9be.tar.gz
tellico-152f1a50c99fb218a49e557ead9b21d4e61ea9be.zip
Update version number to R14.0.12.
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 302eeed..a95d9af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################
project( tellico )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
##### include essential cmake modules ###########