summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:31 +0900
commitbf0f1ffe3d3716d0f864e065aa279274258dbcbc (patch)
tree7ad5930e99adbe9bc612ea8b7f358696278c3c0a
parent566717b0d9b7a8e1c7eefa2d2a1252f15f20d1dc (diff)
downloadkeep-bf0f1ffe3d3716d0f864e065aa279274258dbcbc.tar.gz
keep-bf0f1ffe3d3716d0f864e065aa279274258dbcbc.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 8879048..68d9731 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( keep )
-set( VERSION R14.0.8 )
+set( VERSION R14.0.9 )
#### include essential cmake modules