summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:44 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:44 +0200
commite308cfea8a92ed0737afc81f43f82bb77a1ac4ce (patch)
tree02b4d94cd0f4b3c89661d23d64c132020bb1bf34
parent84baa5c838a87f4f394836f0e5ed5655e2aac5ed (diff)
downloadkompose-e308cfea8a92ed0737afc81f43f82bb77a1ac4ce.tar.gz
kompose-e308cfea8a92ed0737afc81f43f82bb77a1ac4ce.zip
Update version number to the upcoming R14.0.13.
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 0424d00..52f03d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( kompose )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
##### include essential cmake modules ###########