diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:46 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:46 +0200 |
commit | 8661c0af8d2ae5ff4296cb9001f92f7578260973 (patch) | |
tree | 82298ed6b08507e40404690719711a900728b7f8 | |
parent | 467325c9820ebdce9bd1522ec1ed616cdcfb8518 (diff) | |
download | smartcardauth-8661c0af8d2ae5ff4296cb9001f92f7578260973.tar.gz smartcardauth-8661c0af8d2ae5ff4296cb9001f92f7578260973.zip |
Update version number for R14.0.8 final release.r14.0.8
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 555d773..a98893a 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.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |