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 | 1de67396aa38505d5ee9da908394223bfa3797bb (patch) | |
tree | 656b8ef0967c81e5abe41fa6791c30f78baca496 | |
parent | 71618df4565b09960d62afdc1bb2523530c2c205 (diff) | |
download | keep-1de67396aa38505d5ee9da908394223bfa3797bb.tar.gz keep-1de67396aa38505d5ee9da908394223bfa3797bb.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 54432c7..19a93bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( keep ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |