summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-05-02 15:33:32 +0200
committerSlávek Banko <[email protected]>2021-05-02 15:33:32 +0200
commit8ede7f8d0b1c7964d17a630159993c07f0c6f908 (patch)
tree604a11e496ecb77eeea13d38ab2df67c6719e588
parentd9b0124cef150f34079a92ffe647814c70292764 (diff)
downloadtork-8ede7f8d0b1c7964d17a630159993c07f0c6f908.tar.gz
tork-8ede7f8d0b1c7964d17a630159993c07f0c6f908.zip
Update version number to R14.0.11.
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 8965e39..dedeb13 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.10 )
+set( VERSION R14.0.11 )
#### include essential cmake modules