diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:21 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:21 +0200 |
commit | 71303f7fcf3bdc394f36b75098d5f966973c438c (patch) | |
tree | 0281d4cb8b9752a859a64c8f28ccd46a844b71a9 | |
parent | 39bd30ba3b6e31b4754160c73b2a58c8a658fd6c (diff) | |
download | gwenview-i18n-71303f7fcf3bdc394f36b75098d5f966973c438c.tar.gz gwenview-i18n-71303f7fcf3bdc394f36b75098d5f966973c438c.zip |
Update version number to R14.0.11.
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 1ab35d8..da7e1c9 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.10 ) +set( VERSION R14.0.11 ) ##### include essential cmake modules ########### |