diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:55 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:55 +0100 |
commit | 27a6fbf5e773a16c1c94814676662705aa808bbc (patch) | |
tree | 230570d48ec415c99f6e63c5dc9cc76d2bb3d3a0 | |
parent | b2d7d624b71d5700e07be7d44831d0c81a71e4ad (diff) | |
download | tdeio-apt-27a6fbf5e773a16c1c94814676662705aa808bbc.tar.gz tdeio-apt-27a6fbf5e773a16c1c94814676662705aa808bbc.zip |
Update version number for R14.0.7 final release.r14.0.7
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 95c5788..d2be45c 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.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |