summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:39 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:39 +0200
commitbc55ca7a3c5bcdbb60080213d1b1c87109a46e74 (patch)
tree1975df2fddd7ab96304ffcf77ae82fe07a19db03 /CMakeLists.txt
parentcb1e1c86850ef9bdef0575115ab7c840a6a4e312 (diff)
downloadknemo-bc55ca7a3c5bcdbb60080213d1b1c87109a46e74.tar.gz
knemo-bc55ca7a3c5bcdbb60080213d1b1c87109a46e74.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7667c9..359bd90 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( knemo )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules