summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-11-02 02:24:24 +0100
committerSlávek Banko <[email protected]>2021-11-02 02:24:24 +0100
commitc1ff7573823c9fd95bc5238c990642a4be5a422b (patch)
tree503c127149fd9cba81c65dc8d4e84ff9852a91e1
parentfaeeb2649907170bde2fbf6e4b58af909be80e7f (diff)
downloadtork-c1ff7573823c9fd95bc5238c990642a4be5a422b.tar.gz
tork-c1ff7573823c9fd95bc5238c990642a4be5a422b.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 dedeb13..f2ea1ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( tork )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules