summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:18:43 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:18:43 +0100
commit0250a928e7d872286a7553447fe07256137ed45d (patch)
tree4b68b2192a4979f2f1f689ef9ca1f5d11b518abd
parent6ceec7a95eaaa90b4197da45124b94b24ee2d870 (diff)
downloadkbarcode-0250a928e7d872286a7553447fe07256137ed45d.tar.gz
kbarcode-0250a928e7d872286a7553447fe07256137ed45d.zip
Update version number to R14.0.10.
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 9894fa9..2b4f31c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kbarcode )
-set( VERSION R14.0.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules