diff options
author | Slávek Banko <[email protected]> | 2016-10-23 11:13:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-10-23 11:13:34 +0200 |
commit | 72289c00b033a3a0cd32aa033edf292d13b5cb4c (patch) | |
tree | 912c7323ab669fdf2518a990f610cf7b99c58846 | |
parent | 4f10547a7e37bc3d8f5f6ba926897d92d83779ca (diff) | |
download | k3b-i18n-72289c00b033a3a0cd32aa033edf292d13b5cb4c.tar.gz k3b-i18n-72289c00b033a3a0cd32aa033edf292d13b5cb4c.zip |
Update version numbers for R14.0.4 final releaser14.0.4
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4686c49..c830559 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.1.0 ) +set( VERSION R14.0.4 ) ##### include essential cmake modules ########### |