diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:46 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:46 +0100 |
commit | fe4cd8a5a6d1adb5d33885d40275f5bb55b0e61b (patch) | |
tree | 15d99fb9ebd24c836b832134fa8a4b6e95e4ada0 | |
parent | 3c2fa0b427c1c2dc41d17d641276e4d6b4179192 (diff) | |
download | kbarcode-fe4cd8a5a6d1adb5d33885d40275f5bb55b0e61b.tar.gz kbarcode-fe4cd8a5a6d1adb5d33885d40275f5bb55b0e61b.zip |
Update version number for R14.0.7 final release.
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 86ab9f0..5ab6628 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kbarcode ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |