diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:36 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:36 +0200 |
commit | 956a1e6bb0b06009c40d5180e39e4184fba490b1 (patch) | |
tree | 701b64ae37aa836af6542251748543f1b0b5300e | |
parent | ef94258f7757252fbcf9800f6d5963bd93aece39 (diff) | |
download | tellico-956a1e6bb0b06009c40d5180e39e4184fba490b1.tar.gz tellico-956a1e6bb0b06009c40d5180e39e4184fba490b1.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1996683..064e67d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### project( tellico ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) ##### include essential cmake modules ########### |