summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:29 +0200
commit02407d81abea5de371c3eaffc7a5925844b62f26 (patch)
tree7438626c7ed903ff8f1db5a9c56ea85d0bd0f68e
parentfdef5cc73f55fbb948bd745590d60d7db1b11c24 (diff)
downloadmathemagics-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.txt2
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