diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:45 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:45 +0100 |
commit | 2dd42d77362d0184bb2a410b09469848b3ab4a1a (patch) | |
tree | 5e902dc0a603cedb007e39b9e229cdcf9d122c07 | |
parent | 814c022fffc7c5d1ca0a9b0c82cf5a5a55ecba81 (diff) | |
download | kcpuload-2dd42d77362d0184bb2a410b09469848b3ab4a1a.tar.gz kcpuload-2dd42d77362d0184bb2a410b09469848b3ab4a1a.zip |
Update version number to R14.0.12.
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 d66aab3..d6f4762 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kcpuload ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |