diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-10-16 16:17:21 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-10-16 16:17:21 +0200 |
commit | 874b081f944a23e3816c2719a5594b30e0b45b78 (patch) | |
tree | fb6b7b0ccbbd4d107b0d73daa43def125a16e4fb | |
parent | c91a85aaf138fb1d102738694f8564b862c6a867 (diff) | |
download | kaffeine-mozilla-874b081f944a23e3816c2719a5594b30e0b45b78.tar.gz kaffeine-mozilla-874b081f944a23e3816c2719a5594b30e0b45b78.zip |
Update release version number to R14.0.9.r14.0.9
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a7d3c55..254b93c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kaffeine-mozilla ) -set( VERSION R14.1.0 ) +set( VERSION R14.0.9 ) #### include essential cmake modules |