summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:45 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:45 +0200
commitc72d00223d25008700e4959f6fcf0c3dad88fd19 (patch)
treedfffc83f57d3b8adfc0e0e1b47f313611abcfeb0
parent64d5725772e1c5706ddea897489ba89c69bcfee9 (diff)
downloadmathemagics-c72d00223d25008700e4959f6fcf0c3dad88fd19.tar.gz
mathemagics-c72d00223d25008700e4959f6fcf0c3dad88fd19.zip
Update version number to the upcoming R14.0.13.
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 2dfc19e..992e71d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup
project( mathemagics )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
##### include essential cmake modules