diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:29 +0200 |
commit | 02407d81abea5de371c3eaffc7a5925844b62f26 (patch) | |
tree | 7438626c7ed903ff8f1db5a9c56ea85d0bd0f68e | |
parent | fdef5cc73f55fbb948bd745590d60d7db1b11c24 (diff) | |
download | mathemagics-02407d81abea5de371c3eaffc7a5925844b62f26.tar.gz mathemagics-02407d81abea5de371c3eaffc7a5925844b62f26.zip |
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2020022..b2cbf29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup project( mathemagics ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) ##### include essential cmake modules |