diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:20:11 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:20:11 +0100 |
commit | 19e8d692db323bd5b09b81e899de8fad3044a462 (patch) | |
tree | 9ebb966c75eed9d8f448c4c4dae087aad57b4429 | |
parent | a20726c40d5ac620c33e213bd40099f93976f5cc (diff) | |
download | knowit-19e8d692db323bd5b09b81e899de8fad3044a462.tar.gz knowit-19e8d692db323bd5b09b81e899de8fad3044a462.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 8885545..c25f2df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( knowit ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |