summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:30 +0900
commita6a75ad5155e47cc43b87d6a431a0b7a1bf36f92 (patch)
treeae37985e89a7b0d5152c59bf578ef6c7548a79ba
parent8dd0cd66b680c16eb991e1550d43d84ef583d83f (diff)
downloadkdpkg-a6a75ad5155e47cc43b87d6a431a0b7a1bf36f92.tar.gz
kdpkg-a6a75ad5155e47cc43b87d6a431a0b7a1bf36f92.zip
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0e24b88..90208c8 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.8 )
+set( VERSION R14.0.9 )
#### include essential cmake modules