summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-05-03 10:22:27 +0200
committerSlávek Banko <[email protected]>2022-05-03 10:22:27 +0200
commit02f3511afa570c2d40fc04c8fd6169e2a11f214e (patch)
treed9f6fa1eb9a7af91e286aed27615f07f5b978362
parent4a6fff60e31c6bac58574d40969602f2dd909fae (diff)
downloadtork-02f3511afa570c2d40fc04c8fd6169e2a11f214e.tar.gz
tork-02f3511afa570c2d40fc04c8fd6169e2a11f214e.zip
Update version number to the upcoming R14.0.13.
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 a618370..2c4d43d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tork )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules