summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-05-22 16:12:22 +0900
committerMichele Calgaro <[email protected]>2020-05-22 16:12:22 +0900
commitf6da275ba5a5bd5fbb1d078a3498302fbf628361 (patch)
tree04b674769671bbc2fc25706da709a9708c0b20be /CMakeLists.txt
parentd571591380495215dd1d42fd5306333de6b3ed80 (diff)
downloadbasket-f6da275ba5a5bd5fbb1d078a3498302fbf628361.tar.gz
basket-f6da275ba5a5bd5fbb1d078a3498302fbf628361.zip
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fdab0fe..7a0898d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( basket )
-set( VERSION R14.0.8 )
+set( VERSION R14.0.9 )
#### include essential cmake modules