diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:45 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:45 +0100 |
commit | 3139ecb2e7a275dba10a386d6c2a9e13c8663842 (patch) | |
tree | c3a8e8bc3656433731e1d9e61188a30e97784eb8 | |
parent | 06312316ea0044b2dade8d546f573c9c0ee476e8 (diff) | |
download | katapult-3139ecb2e7a275dba10a386d6c2a9e13c8663842.tar.gz katapult-3139ecb2e7a275dba10a386d6c2a9e13c8663842.zip |
Update version number for R14.0.7 final release.r14.0.7
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec065b8..d9e1862 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( katapult ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |