diff options
author | Slávek Banko <[email protected]> | 2020-04-11 01:07:50 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-11 01:07:50 +0200 |
commit | 64fd31c4d003afd252154a44ee44a51680ed752f (patch) | |
tree | 746d26a647c4f916ee057e1bd1b93ec3dbc0161a | |
parent | ffb0d4e167e7ed3b8fcf29966737b0902fa4209a (diff) | |
download | tdeio-apt-64fd31c4d003afd252154a44ee44a51680ed752f.tar.gz tdeio-apt-64fd31c4d003afd252154a44ee44a51680ed752f.zip |
Update version number for R14.0.8 final release.r14.0.8
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 260fabf..0a9a11e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( tdeio-apt ) -set( VERSION R14.0.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |