diff options
author | Slávek Banko <[email protected]> | 2021-05-02 15:33:31 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-02 15:33:31 +0200 |
commit | 6705457ba285a7be1b1bcb9a40757cf83fdd2d3b (patch) | |
tree | 960e5b8887acc8e6dcfd6d65ae68116d27b3aad5 /CMakeLists.txt | |
parent | 53ad9e9c2db092144e0d62e41506b58018616d89 (diff) | |
download | tdeio-apt-6705457ba285a7be1b1bcb9a40757cf83fdd2d3b.tar.gz tdeio-apt-6705457ba285a7be1b1bcb9a40757cf83fdd2d3b.zip |
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9626182..ce10520 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( tdeio-apt ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |