diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:18:35 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:18:35 +0100 |
commit | 052a52e18d6c2f8a79100d60cf82d8f1e21fa012 (patch) | |
tree | f2b522e5cfbd8ec1e1a0e151e3fafe4a850fedc2 /CMakeLists.txt | |
parent | cb7ee3a28a63debc8ff94888c545e82c70e9679a (diff) | |
download | kaffeine-052a52e18d6c2f8a79100d60cf82d8f1e21fa012.tar.gz kaffeine-052a52e18d6c2f8a79100d60cf82d8f1e21fa012.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 2d39cfd..11b6693 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kaffeine ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |