diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:15 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:15 +0100 |
commit | 65350bb5a52fc418e75fad53cba85c306e429d00 (patch) | |
tree | f4ffb7a1153d5e019090ec3c46709210627eee76 | |
parent | f6e6bf199a881db084fc0ca94989847d4dbdf570 (diff) | |
download | gwenview-i18n-65350bb5a52fc418e75fad53cba85c306e429d00.tar.gz gwenview-i18n-65350bb5a52fc418e75fad53cba85c306e429d00.zip |
Update version number to R14.0.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index da7e1c9..3b0e32c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### project( gwenview-i18n ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) ##### include essential cmake modules ########### |