summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2019-12-18 22:17:51 +0100
committerSlávek Banko <[email protected]>2019-12-18 22:17:51 +0100
commitb3f353d6c92d0e3ca882649741f0ab43876784f7 (patch)
tree99f094c9f95c205d561c25d53e9b08f511dc3a5b /CMakeLists.txt
parent107e69c936fba437d8daa308eb80c4b739ed49ea (diff)
downloadknmap-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]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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