diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:29 +0200 |
commit | 45108680ac6d4b7722d5ba65b7457d88bc6fd4cd (patch) | |
tree | 116f750a94f31fd261f0f6a37e55a9bb7159609e | |
parent | 7074e3712232f50f86290848d475c7515f89d2c1 (diff) | |
download | kaffeine-45108680ac6d4b7722d5ba65b7457d88bc6fd4cd.tar.gz kaffeine-45108680ac6d4b7722d5ba65b7457d88bc6fd4cd.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e27de43..6336811 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kaffeine ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |