diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:21:58 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:21:58 +0100 |
commit | fd529c13370f683f24b04f3c0738e3329ff323d0 (patch) | |
tree | 4d0c6252de291f93dfd081ea3d489bbb2ec9b210 | |
parent | baa27d3b24d11ceb10c1dd7a2cb56093c5599053 (diff) | |
download | tdmtheme-fd529c13370f683f24b04f3c0738e3329ff323d0.tar.gz tdmtheme-fd529c13370f683f24b04f3c0738e3329ff323d0.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 f5a1dae..13df762 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( tdmtheme ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |