diff options
author | Slávek Banko <[email protected]> | 2021-11-02 02:24:47 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:24:47 +0100 |
commit | 96cdefbaadeb0518d4253524d635f4f6f8dcc38a (patch) | |
tree | 67b0db79d31105ee202d19a186da88c08b432e23 | |
parent | 65c3f5b6f2ee69305a8b21614d111fd03f148fbb (diff) | |
download | mathemagics-96cdefbaadeb0518d4253524d635f4f6f8dcc38a.tar.gz mathemagics-96cdefbaadeb0518d4253524d635f4f6f8dcc38a.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 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 |