summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:38 +0900
commit05bc4cd8a27fe51e58e3d256aceb87a1ef386499 (patch)
tree7f00e885a19b89babed03dfd0c2e3ed0a0e478cf
parent682e3e385ca1ac22172a8164382abdc1f851da61 (diff)
downloadkstreamripper-05bc4cd8a27fe51e58e3d256aceb87a1ef386499.tar.gz
kstreamripper-05bc4cd8a27fe51e58e3d256aceb87a1ef386499.zip
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 632b697..35aadea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kstreamripper )
-set( VERSION R14.0.8 )
+set( VERSION R14.0.9 )
#### include essential cmake modules