diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:26 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:26 +0200 |
commit | cddd5ffc415aa89493bc9a8ad9284d2b11d85598 (patch) | |
tree | cf3b2ba4bb66e740d41d818b2041a8774f8c665f | |
parent | 8c19c33b4fe62c57a8a14dd61faaf16677aefba1 (diff) | |
download | kftpgrabber-cddd5ffc415aa89493bc9a8ad9284d2b11d85598.tar.gz kftpgrabber-cddd5ffc415aa89493bc9a8ad9284d2b11d85598.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b0a690..e1eb200 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kftpgrabber ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |