diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:37 +0200 |
commit | 035b032f196f7ee5906077688f3fed034b7d4437 (patch) | |
tree | 0c36d03ff253ed8a1cb4e4dd017021d0cab7c01d | |
parent | 4dae7044baee759fa2f376cb63d6a53671acd5df (diff) | |
download | kdpkg-035b032f196f7ee5906077688f3fed034b7d4437.tar.gz kdpkg-035b032f196f7ee5906077688f3fed034b7d4437.zip |
Update version number to the upcoming R14.0.13.
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 39d2802..738f869 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kdpkg ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |