diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:48 +0100 |
commit | bb7d97d7a69cd302bd8d5603ce2b10567813a45a (patch) | |
tree | fa3a0f1c782b3ceaf4b85539b9f0e234d83dd9e9 | |
parent | c806a7ef14ae14df01fb869b247a6fff8ac3c27c (diff) | |
download | qalculate-tde-bb7d97d7a69cd302bd8d5603ce2b10567813a45a.tar.gz qalculate-tde-bb7d97d7a69cd302bd8d5603ce2b10567813a45a.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 c037e6d..ce8166e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( qalculate_tde ) -set( VERSION R14.0.11 ) +set( VERSION R14.0.12 ) #### include essential cmake modules |