summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-11-04 15:17:32 +0100
committerSlávek Banko <[email protected]>2020-11-04 15:17:32 +0100
commita3e4e2e566705dd602d9157b83988fd36124be0f (patch)
tree56fa5e9fdc09e780ad041c55056c75bcc63be089
parente2ec758e9e610771b5a47d5cf5ad3488fe2a53a7 (diff)
downloadlibkipi-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.txt2
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