diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:17:32 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:17:32 +0100 |
commit | a3e4e2e566705dd602d9157b83988fd36124be0f (patch) | |
tree | 56fa5e9fdc09e780ad041c55056c75bcc63be089 | |
parent | e2ec758e9e610771b5a47d5cf5ad3488fe2a53a7 (diff) | |
download | libkipi-a3e4e2e566705dd602d9157b83988fd36124be0f.tar.gz libkipi-a3e4e2e566705dd602d9157b83988fd36124be0f.zip |
Update version number to R14.0.10.
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 cfa3d34..2e03f44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( libkipi ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |