summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-11-02 02:24:35 +0100
committerSlávek Banko <[email protected]>2021-11-02 02:24:35 +0100
commit6c00645af743d4f2f1998575ea800cd99fed8034 (patch)
tree1dd93e4bf4e01fd8660d805a8750d75b48b938ee
parent23dd30e0ee7a6db4d1617b4f043054efcccb769d (diff)
downloadknemo-6c00645af743d4f2f1998575ea800cd99fed8034.tar.gz
knemo-6c00645af743d4f2f1998575ea800cd99fed8034.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 982f4d1..1c1b883 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( knemo )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules