diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:22 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:22 +0200 |
commit | 1950050e76c4f3c7d21c5bfadfdaadca03118bc9 (patch) | |
tree | 839144f335c00cb47b18bf54a210204d9b69376e /CMakeLists.txt | |
parent | f2da5f2e9811be3f45f19de28dd50454d97b575d (diff) | |
download | kbookreader-1950050e76c4f3c7d21c5bfadfdaadca03118bc9.tar.gz kbookreader-1950050e76c4f3c7d21c5bfadfdaadca03118bc9.zip |
Update version number to R14.0.11.
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 1fe2fb5..8ded18a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kbookreader ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |