summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:24 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:24 +0200
commitb9dc9b3d01aed71881873c03069a6d99e25d7aea (patch)
treeeb6fad8e1d596a60e5da68621bee0e35bcaa41cd
parentdbe81867b67befc3e52bda306689795f7c391883 (diff)
downloadlibkipi-b9dc9b3d01aed71881873c03069a6d99e25d7aea.tar.gz
libkipi-b9dc9b3d01aed71881873c03069a6d99e25d7aea.zip
Update version number to the upcoming R14.0.13.
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 431a06c..7e894a7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( libkipi )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules