diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:21:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:21:44 +0100 |
commit | 5e821e732aa25cbb36bd763bca5ab502c4420532 (patch) | |
tree | be4991bf5a52d4589258884750a319a1d1fc75e2 | |
parent | 8c217314fcd9b1caf55917b7bc102327fbbd6dae (diff) | |
download | tdeio-apt-5e821e732aa25cbb36bd763bca5ab502c4420532.tar.gz tdeio-apt-5e821e732aa25cbb36bd763bca5ab502c4420532.zip |
Update version number to R14.0.10.
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 c50d1d3..ba41a96 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.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |