diff options
author | Slávek Banko <[email protected]> | 2020-04-11 01:07:19 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-11 01:07:19 +0200 |
commit | 6ab18d0822056c9d8780a1a0a12958d9fea51bfe (patch) | |
tree | 50c07622e648d1db2e1b044cf2094e3a11ea0e9d | |
parent | 19d9f935a8b957f8109c93747f8910db014b3dd1 (diff) | |
download | kiosktool-6ab18d0822056c9d8780a1a0a12958d9fea51bfe.tar.gz kiosktool-6ab18d0822056c9d8780a1a0a12958d9fea51bfe.zip |
Update version number for R14.0.8 final release.r14.0.8
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 b6474c2..a969da0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kiosktool ) -set( VERSION R14.0.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |