diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:51 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:51 +0100 |
commit | b3f353d6c92d0e3ca882649741f0ab43876784f7 (patch) | |
tree | 99f094c9f95c205d561c25d53e9b08f511dc3a5b | |
parent | 107e69c936fba437d8daa308eb80c4b739ed49ea (diff) | |
download | knmap-b3f353d6c92d0e3ca882649741f0ab43876784f7.tar.gz knmap-b3f353d6c92d0e3ca882649741f0ab43876784f7.zip |
Update version number for R14.0.7 final release.r14.0.7
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 f089141..e037a8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( knmap ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |