diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:16 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-11-02 02:24:16 +0100 |
commit | be73bf645376b98736f72390acaa5f8f8ce2dcfc (patch) | |
tree | 3ddad8cc9751f79feeae4645c53ee324ceb2f3b2 | |
parent | 5c075a4514e8af3af3b6e5a6edfc02a05dc33a49 (diff) | |
download | kuickshow-be73bf645376b98736f72390acaa5f8f8ce2dcfc.tar.gz kuickshow-be73bf645376b98736f72390acaa5f8f8ce2dcfc.zip |
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f60549b..7d37cdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### project( kuickshow ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) ##### include essential cmake modules ########### |