diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:18:37 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:18:37 +0100 |
commit | e143747247d52e05b3e229ceaf8434c98bb8e46b (patch) | |
tree | 853c654ac0f990c6e297ec54b757d51ac5604f5c /CMakeLists.txt | |
parent | 874b081f944a23e3816c2719a5594b30e0b45b78 (diff) | |
download | kaffeine-mozilla-e143747247d52e05b3e229ceaf8434c98bb8e46b.tar.gz kaffeine-mozilla-e143747247d52e05b3e229ceaf8434c98bb8e46b.zip |
Update version number to R14.0.10.
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 254b93c..e5372aa 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.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |