diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-10-16 16:21:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-10-16 16:21:22 +0200 |
commit | c37a7cb000a2b2e1af0be66c85f6b573730e900f (patch) | |
tree | 723b52685e746b2792bd4c997d7a7b26155ce165 | |
parent | 617e877d51bcc812470189e7f139749e5b6f95ac (diff) | |
download | mathemagics-c37a7cb000a2b2e1af0be66c85f6b573730e900f.tar.gz mathemagics-c37a7cb000a2b2e1af0be66c85f6b573730e900f.zip |
Update release version number to R14.0.9.r14.0.9
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 048c790..5bc975d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup project( mathemagics ) -set( VERSION R14.1.0 ) +set( VERSION R14.0.9 ) ##### include essential cmake modules |