diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:10 +0900 |
commit | e1a2881c8eeda982845abb5e13eaf285b35c32a7 (patch) | |
tree | 3317b6b5c7efc0000815435f7ea4b1b24ab4d3cc | |
parent | 73454100590348a217a4f1ce41001f6e96cc9e41 (diff) | |
download | akode-e1a2881c8eeda982845abb5e13eaf285b35c32a7.tar.gz akode-e1a2881c8eeda982845abb5e13eaf285b35c32a7.zip |
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d73c59..d34f7d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.8 ) project( akode ) set( PACKAGE akode ) -set( VERSION R14.0.8 ) +set( VERSION R14.0.9 ) ##### include essential cmake modules |