diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:21:17 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:21:17 +0100 |
commit | b0a676f9a9ed44e129353c59184cacfefb3b78af (patch) | |
tree | 4b490994a3a74b28c511ab6fe6e90f5937b5ff23 /CMakeLists.txt | |
parent | c37a7cb000a2b2e1af0be66c85f6b573730e900f (diff) | |
download | mathemagics-b0a676f9a9ed44e129353c59184cacfefb3b78af.tar.gz mathemagics-b0a676f9a9ed44e129353c59184cacfefb3b78af.zip |
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bc975d..07c647e 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.0.9 ) +set( VERSION R14.0.10 ) ##### include essential cmake modules |