diff options
author | Slávek Banko <[email protected]> | 2020-04-11 01:07:04 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-11 01:07:04 +0200 |
commit | 0c7012ff4a591d5c2e8c205a1b0118d050540eea (patch) | |
tree | f52f8b0183ddc4f07f7676fb23332b98c629a978 /CMakeLists.txt | |
parent | 1dcafa70acb31f97caea2df46b86bf9d423deb1d (diff) | |
download | k3b-i18n-0c7012ff4a591d5c2e8c205a1b0118d050540eea.tar.gz k3b-i18n-0c7012ff4a591d5c2e8c205a1b0118d050540eea.zip |
Update version number for R14.0.8 final release.r14.0.8
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 411ee83..5a8e0d5 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.7 ) +set( VERSION R14.0.8 ) ##### include essential cmake modules ########### |