summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-11-02 02:24:32 +0100
committerSlávek Banko <[email protected]>2021-11-02 02:24:32 +0100
commitf2f1c9d189b75fb32394811c27a13edbb9bc4351 (patch)
tree28f2357d3ead86f3a83f2a541e55a66c105d793b /CMakeLists.txt
parentc9c559ffcccec427d9affe3ca4ecf34ea19ec997 (diff)
downloadkkbswitch-f2f1c9d189b75fb32394811c27a13edbb9bc4351.tar.gz
kkbswitch-f2f1c9d189b75fb32394811c27a13edbb9bc4351.zip
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <[email protected]>
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 b1dbc96..72aa7eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( kkbswitch )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules