From 39fbdbca6efa55002b9e54e14ccc024a345099e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 12 Nov 2016 15:35:04 +0100 Subject: [PATCH] Update version number for new target R14.0.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c830559..ebcbd95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( k3b-i18n ) -set( VERSION R14.0.4 ) +set( VERSION R14.0.5 ) ##### include essential cmake modules ###########