diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:21:27 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:21:27 +0100 |
commit | 04588dd3e59e40ad508df70d34e59e1fdfc6f962 (patch) | |
tree | f8a9d0cbc7b5f0bfc762a2d81abada3dd1b6eb18 | |
parent | cf89a18328717f54eff55f0668d885701147eaa0 (diff) | |
download | smartcardauth-04588dd3e59e40ad508df70d34e59e1fdfc6f962.tar.gz smartcardauth-04588dd3e59e40ad508df70d34e59e1fdfc6f962.zip |
Update version number to R14.0.10.
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 206b668..51abf28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( smartcardauth ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |