diff options
author | Slávek Banko <[email protected]> | 2016-11-12 15:35:04 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-11-12 15:35:04 +0100 |
commit | 39fbdbca6efa55002b9e54e14ccc024a345099e8 (patch) | |
tree | e57845836eef6cffd1d9b1396902cd78a2522988 | |
parent | 72289c00b033a3a0cd32aa033edf292d13b5cb4c (diff) | |
download | k3b-i18n-39fbdbca6efa55002b9e54e14ccc024a345099e8.tar.gz k3b-i18n-39fbdbca6efa55002b9e54e14ccc024a345099e8.zip |
Update version number for new target R14.0.5
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ########### |