diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:21 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:21 +0200 |
commit | 6f4e1e1c96afc0454c7e2cda55ca4978f2941302 (patch) | |
tree | 2dcd0a9c7c57e3f962f6f652c5c972bc43c7c1ea /CMakeLists.txt | |
parent | 450c7764b7cbe7d4eabdfb376215f231614cb3f5 (diff) | |
download | kaffeine-mozilla-6f4e1e1c96afc0454c7e2cda55ca4978f2941302.tar.gz kaffeine-mozilla-6f4e1e1c96afc0454c7e2cda55ca4978f2941302.zip |
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 |