diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:08:24 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:08:24 +0200 |
commit | cd06a02be5620379a928430cc5e29a6440318825 (patch) | |
tree | 1b2995772537ae8c1d4c3ee42ff45c35402b7f43 | |
parent | 2015ec4e4076662e23f64af2b754eb8505e13f12 (diff) | |
download | tdebase-r14.0.8.tar.gz tdebase-r14.0.8.zip |
Update version number for R14.0.8 final release.r14.0.8
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a869bb6f..bfd997514 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdebase ) set( PACKAGE tdebase ) -set( VERSION R14.0.7 ) +set( VERSION R14.0.8 ) ##### include essential cmake modules ########### |