summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:47 +0100
commit96cdefbaadeb0518d4253524d635f4f6f8dcc38a (patch)
tree67b0db79d31105ee202d19a186da88c08b432e23
parent65c3f5b6f2ee69305a8b21614d111fd03f148fbb (diff)
downloadmathemagics-96cdefbaadeb0518d4253524d635f4f6f8dcc38a.tar.gz
mathemagics-96cdefbaadeb0518d4253524d635f4f6f8dcc38a.zip
Update version number to R14.0.12.
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 3895e6f..2756aa9 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.11 )
+set( VERSION R14.0.12 )
##### include essential cmake modules