summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:21 +0200
commit6f4e1e1c96afc0454c7e2cda55ca4978f2941302 (patch)
tree2dcd0a9c7c57e3f962f6f652c5c972bc43c7c1ea
parent450c7764b7cbe7d4eabdfb376215f231614cb3f5 (diff)
downloadkaffeine-mozilla-6f4e1e1c96afc0454c7e2cda55ca4978f2941302.tar.gz
kaffeine-mozilla-6f4e1e1c96afc0454c7e2cda55ca4978f2941302.zip
Update version number to R14.0.11.
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 30d5423..30e3d5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( kaffeine-mozilla )
-set( VERSION R14.0.10 )
+set( VERSION R14.0.11 )
#### include essential cmake modules