summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:12 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:12 +0100
commit80648176deefbe1d6a05d4b40b703a82df82f969 (patch)
tree7320f37fa61467e47466fd49cdd5e79e0f133a3d
parent83684be7639e6f2fc12cc7b1b9f65ace49ada6f3 (diff)
downloadkdiff3-80648176deefbe1d6a05d4b40b703a82df82f969.tar.gz
kdiff3-80648176deefbe1d6a05d4b40b703a82df82f969.zip
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 381d48e..ee62ccf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( kdiff3 )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules