summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:46 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:46 +0100
commit769b5c2a089c3c8f6a8019eb896d3c2fe30174fc (patch)
tree70eaf71e1bb0d5d784f85e70ac218f6c4b0c0b82
parent9d5d73faa0d18681577bb9b655fafeed111afcb9 (diff)
downloadknutclient-769b5c2a089c3c8f6a8019eb896d3c2fe30174fc.tar.gz
knutclient-769b5c2a089c3c8f6a8019eb896d3c2fe30174fc.zip
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec88a7f..e4db429 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( knutclient )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules