diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:25 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:25 +0200 |
commit | 7aa1d6c33afc5f5e5806dedd98a2e7b60cc0913c (patch) | |
tree | 99af1799185487f8f7f38997cb0e382726d5d4cd | |
parent | 5d8a7c8ef5be6ac35ff0e6b6ab83fdf22a7a260c (diff) | |
download | gwenview-i18n-7aa1d6c33afc5f5e5806dedd98a2e7b60cc0913c.tar.gz gwenview-i18n-7aa1d6c33afc5f5e5806dedd98a2e7b60cc0913c.zip |
Update version number to the upcoming R14.0.13.
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 756e90d..cf3a226 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### project( gwenview-i18n ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) ##### include essential cmake modules ########### |