diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:39 +0100 |
commit | c31461aef2912fdc2684800fb32b004c256d1c24 (patch) | |
tree | 4a49bbf34236e68c64cc4e924812178d4d0a0a38 /CMakeLists.txt | |
parent | e1c02dafcfdd65c0046fc521002c2230ea865cf8 (diff) | |
download | tdeio-apt-c31461aef2912fdc2684800fb32b004c256d1c24.tar.gz tdeio-apt-c31461aef2912fdc2684800fb32b004c256d1c24.zip |
Update version number to R14.0.12.
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 06a320c..7b7bc92 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.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |