diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:18:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:18:00 +0100 |
commit | c41d21181ef1f8a8f6dbfa2c469f04c42027583f (patch) | |
tree | cfd6eae0a4bf3d36c8bf0288a520e473d6963f5d | |
parent | 5a8ef61c97a0ae232f99a8881f0e975a2a46a927 (diff) | |
download | tdeadmin-c41d21181ef1f8a8f6dbfa2c469f04c42027583f.tar.gz tdeadmin-c41d21181ef1f8a8f6dbfa2c469f04c42027583f.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 11ac253..2e59b72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( tdeadmin ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |