summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:34 +0900
commit70895ac0d7ecd4d7fcfa019b3d795754e67455fa (patch)
treee7ddff99e0a865c349372927a7634ce5879cba71 /CMakeLists.txt
parentba26c4166756c143bb05f4a34dc2bbca03501109 (diff)
downloadknetstats-70895ac0d7ecd4d7fcfa019b3d795754e67455fa.tar.gz
knetstats-70895ac0d7ecd4d7fcfa019b3d795754e67455fa.zip
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 10a9b08..b337af8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( knetstats )
-set( VERSION R14.0.8 )
+set( VERSION R14.0.9 )
#### include essential cmake modules