diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:18:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:18:49 +0100 |
commit | 31d6771623e7e4d84bd4d2ea16f06e43ac72fd3a (patch) | |
tree | 2c8210f2670b873619d14ae90fa9cf66894ecd40 | |
parent | 6c4c70f5eb54318ee414e55d7228e64cf40b9ec4 (diff) | |
download | kchmviewer-31d6771623e7e4d84bd4d2ea16f06e43ac72fd3a.tar.gz kchmviewer-31d6771623e7e4d84bd4d2ea16f06e43ac72fd3a.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 46c325e..acc1642 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kchmviewer ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |