diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:13 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:13 +0100 |
commit | e9415d9745aad645a1fcb82aa6a6f69aab1b04ee (patch) | |
tree | b2e24b83f3027669a917c1cc104362e73d338be4 | |
parent | 343cdc143ecade8def0ded3a26f87d0d02872427 (diff) | |
download | kpicosim-e9415d9745aad645a1fcb82aa6a6f69aab1b04ee.tar.gz kpicosim-e9415d9745aad645a1fcb82aa6a6f69aab1b04ee.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 dc50c72..927816f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kpicosim ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |