diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:44 +0100 |
commit | 4935867adf48be68a48d3e9b5694e4acb047b837 (patch) | |
tree | d76274fcb8ce505a03c31f02f21f92000baa4e76 /CMakeLists.txt | |
parent | e3869a4c55691582f741c0559d5198ec7f121518 (diff) | |
download | dolphin-4935867adf48be68a48d3e9b5694e4acb047b837.tar.gz dolphin-4935867adf48be68a48d3e9b5694e4acb047b837.zip |
Update version number for R14.0.7 final release.r14.0.7
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 845432a..dd3dbd9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( dolphin ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) ##### include essential cmake modules ########### |