diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:27 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:27 +0100 |
commit | b897f9c55ac35c8b9741ea360a4f97a166871f44 (patch) | |
tree | ef17fcb26883b68c9dda13ff57be1bff142261a2 /CMakeLists.txt | |
parent | c257cbc3321cc4cbd26ed3e1f7e29c9d82835258 (diff) | |
download | kaffeine-mozilla-b897f9c55ac35c8b9741ea360a4f97a166871f44.tar.gz kaffeine-mozilla-b897f9c55ac35c8b9741ea360a4f97a166871f44.zip |
Update version number to R14.0.12.
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 30e3d5f..723d3f7 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.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |