summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:33 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:33 +0100
commitec0e6501cc34435379721bd37cab950980e1da11 (patch)
treec6475c2c10f6ad6b4f50ca7d9ea2e85f978e6b30 /CMakeLists.txt
parent5bb465c44a7875e1d9fc09f678311e3e25193324 (diff)
downloaddolphin-ec0e6501cc34435379721bd37cab950980e1da11.tar.gz
dolphin-ec0e6501cc34435379721bd37cab950980e1da11.zip
Update version number to R14.0.12.
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 d203b90..be5b21b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################
project( d3lphin )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
##### include essential cmake modules ###########