summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:46 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:46 +0100
commite61ac45f04b5c4c8b961e16f08354112205cf442 (patch)
tree9ed7e24a94ed17551533073ff26454d21c633c29
parent83bcfc439a758154ba2961b1ae13baef438a50e3 (diff)
downloadkompose-e61ac45f04b5c4c8b961e16f08354112205cf442.tar.gz
kompose-e61ac45f04b5c4c8b961e16f08354112205cf442.zip
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 834785e..cc47e9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################
project( kompose )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
##### include essential cmake modules ###########