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 | 023e5e263fa39c93d03d94e78a4a465d45cf2478 (patch) | |
tree | dd464074324319252a54f1421860276749f9bf3f | |
parent | 4d322dcdc6d33b68385f63fd806b11da2b24772b (diff) | |
download | tdeio-sword-023e5e263fa39c93d03d94e78a4a465d45cf2478.tar.gz tdeio-sword-023e5e263fa39c93d03d94e78a4a465d45cf2478.zip |
Update version number to R14.0.11.
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 0dc33ad..23cd50f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( tdeio-sword ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |