diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:43 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:43 +0200 |
commit | 14abb2febf5e5e6eca2a3a0c9e37297d6079dd2b (patch) | |
tree | 965cef44064f011e00058ee68e30cc1c33959898 | |
parent | a8b9038d6a20ff7d1136804a356b2821b7baf601 (diff) | |
download | tdmtheme-14abb2febf5e5e6eca2a3a0c9e37297d6079dd2b.tar.gz tdmtheme-14abb2febf5e5e6eca2a3a0c9e37297d6079dd2b.zip |
Update version number to the upcoming R14.0.13.
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 9217e4a..8944381 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tdmtheme ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |