summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-05-03 10:22:45 +0200
committerSlávek Banko <[email protected]>2022-05-03 10:22:45 +0200
commitc5a49271a89867f8c46d59dad067e3b51995f2cc (patch)
tree37d2b9173d99bab73b4ef940f7f52666b2756035
parenta26fd1b0b4417908c2790751abc4d0b7d2acb993 (diff)
downloadksensors-c5a49271a89867f8c46d59dad067e3b51995f2cc.tar.gz
ksensors-c5a49271a89867f8c46d59dad067e3b51995f2cc.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 23bb505..ef71a5d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( ksensors )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules