summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:29 +0200
commita082f0bf0c785dc00741e15bc258f7cd225a9cec (patch)
tree2bc2fc9e6d3229824a03657240dbc2f2f40fb797
parent129c44e3ebbb5730f22ae60fe03de2bd054e43b4 (diff)
downloadkaffeine-mozilla-a082f0bf0c785dc00741e15bc258f7cd225a9cec.tar.gz
kaffeine-mozilla-a082f0bf0c785dc00741e15bc258f7cd225a9cec.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 423a861..1da54f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kaffeine-mozilla )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules