diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:18:16 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:18:16 +0100 |
commit | ddfc91f2dd5cb22a5bd405da24b0ff0412b80472 (patch) | |
tree | 4970f99d139813535c15bdd32a7b3261e728cc49 | |
parent | 29a40eabb41cca3948334c7d06102d9723378974 (diff) | |
download | gwenview-i18n-ddfc91f2dd5cb22a5bd405da24b0ff0412b80472.tar.gz gwenview-i18n-ddfc91f2dd5cb22a5bd405da24b0ff0412b80472.zip |
Update version number to R14.0.10.
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 2481897..5c2db40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( gwenview-i18n ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) ##### include essential cmake modules ########### |