diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:21 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:21 +0200 |
commit | f971bab6513edd6203b3befff975601c6c7177d5 (patch) | |
tree | b7a34906e89880215e48ebb2fafd86d9179641c5 | |
parent | 8dd2acae4c5a97692593c215d619bf5196956325 (diff) | |
download | tdegames-f971bab6513edd6203b3befff975601c6c7177d5.tar.gz tdegames-f971bab6513edd6203b3befff975601c6c7177d5.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 516c5a47..5a83a39a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup project( tdegames ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) ##### include essential cmake modules |