summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:14 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:14 +0200
commit1b5dfef76cde8366a4936fafc344e507597a086d (patch)
tree7de26d54845a766be265a42430e46e454eb4f9ac
parentf00e1e1613ac16bdf6058816f3448f9f59bc671b (diff)
downloadkdpkg-1b5dfef76cde8366a4936fafc344e507597a086d.tar.gz
kdpkg-1b5dfef76cde8366a4936fafc344e507597a086d.zip
Update version number for R14.0.8 final release.r14.0.8
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 83965ed..0e24b88 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kdpkg )
-set( VERSION R14.0.7 )
+set( VERSION R14.0.8 )
#### include essential cmake modules