diff options
author | Michele Calgaro <[email protected]> | 2020-05-22 16:12:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-05-22 16:12:31 +0900 |
commit | bf0f1ffe3d3716d0f864e065aa279274258dbcbc (patch) | |
tree | 7ad5930e99adbe9bc612ea8b7f358696278c3c0a | |
parent | 566717b0d9b7a8e1c7eefa2d2a1252f15f20d1dc (diff) | |
download | keep-bf0f1ffe3d3716d0f864e065aa279274258dbcbc.tar.gz keep-bf0f1ffe3d3716d0f864e065aa279274258dbcbc.zip |
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
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 |