summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:38 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:38 +0200
commitb541070f5b4abab28b9af348ec4d4e0e6a1bc894 (patch)
tree08098566a9f2668f6adf1469632eec8821a1f2e3 /CMakeLists.txt
parent69e258b74fc5c43d849de32e91f610d9178094e3 (diff)
downloaddolphin-b541070f5b4abab28b9af348ec4d4e0e6a1bc894.tar.gz
dolphin-b541070f5b4abab28b9af348ec4d4e0e6a1bc894.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 4078468..d3113fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( d3lphin )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
##### include essential cmake modules ###########