diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:37 +0200 |
commit | 089c62168fa376b5db6dde9f1edeb3731bb60918 (patch) | |
tree | 0f124a3d0c81cc6c4cd0f1d90b7641ad0dfb607f /CMakeLists.txt | |
parent | 5cb9646e22d2f690f59ecd1513739115b9a30dc1 (diff) | |
download | kiosktool-089c62168fa376b5db6dde9f1edeb3731bb60918.tar.gz kiosktool-089c62168fa376b5db6dde9f1edeb3731bb60918.zip |
Update version number to the upcoming R14.0.13.
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 81b5a5a..aa5e065 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kiosktool ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |