diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:40 +0900 |
commit | 9ba3e80ae3ede27c2d2ebede5287a2ed5d71f26c (patch) | |
tree | 458ea84c48765fb78f6902839af06d254be766e8 | |
parent | e0e587c66c24cf42f93b7a38f5b6f20181e0fb50 (diff) | |
download | potracegui-9ba3e80ae3ede27c2d2ebede5287a2ed5d71f26c.tar.gz potracegui-9ba3e80ae3ede27c2d2ebede5287a2ed5d71f26c.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 47ffcf8..42933a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( potracegui ) -set( VERSION R14.0.8 ) +set( VERSION R14.0.9 ) #### include essential cmake modules |