diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:19 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:19 +0200 |
commit | e336e694ca98d08d4bd9ecae73ecd35bfa874811 (patch) | |
tree | dade7dc397ff5bea53404984fd7190cabe292a15 | |
parent | 44d47c8113f487f4a50d49e289acb9bc63cfa037 (diff) | |
download | libkipi-e336e694ca98d08d4bd9ecae73ecd35bfa874811.tar.gz libkipi-e336e694ca98d08d4bd9ecae73ecd35bfa874811.zip |
Update version number to R14.0.11.
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 3d8bc46..51ae2ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( libkipi ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |