diff options
author | Slávek Banko <[email protected]> | 2020-04-11 01:07:09 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-11 01:07:09 +0200 |
commit | dee643bde21603647d7c98d4fb26d9d305eb7810 (patch) | |
tree | cd2e2a0f797ddea33097254c55315a612fe65c76 | |
parent | 32a4396d84028bf09313a08f1e771cd07440d81a (diff) | |
download | kbookreader-dee643bde21603647d7c98d4fb26d9d305eb7810.tar.gz kbookreader-dee643bde21603647d7c98d4fb26d9d305eb7810.zip |
Update version number for R14.0.8 final release.r14.0.8
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 d0d613a..b4fe183 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kbookreader ) -set( VERSION R14.0.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |