summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:23 +0900
commit6e33c043f09c57dc1e4eb25de8008b507b6d8dc5 (patch)
treeabc98a21a7b380a224200a18bbe1a6aef2af7892 /CMakeLists.txt
parent8f2af73bbfe57e0e8ddf11dab7ed03fb47a1b2a4 (diff)
downloaddolphin-6e33c043f09c57dc1e4eb25de8008b507b6d8dc5.tar.gz
dolphin-6e33c043f09c57dc1e4eb25de8008b507b6d8dc5.zip
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 c219c6d..5feb262 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( d3lphin )
-set( VERSION R14.0.8 )
+set( VERSION R14.0.9 )
##### include essential cmake modules ###########