summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-10-16 16:21:22 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-10-16 16:21:22 +0200
commitc37a7cb000a2b2e1af0be66c85f6b573730e900f (patch)
tree723b52685e746b2792bd4c997d7a7b26155ce165
parent617e877d51bcc812470189e7f139749e5b6f95ac (diff)
downloadmathemagics-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.txt2
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