From 444303a00097ec259b33ce4378abe9ebfbec3bb9 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 8 Jan 2023 20:45:15 +0100 Subject: [PATCH 1/2] the year of DAMASK 3.0 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 11b05b50f..cd1f3810b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2011-2022 Max-Planck-Institut für Eisenforschung GmbH +Copyright 2011-2023 Max-Planck-Institut für Eisenforschung GmbH DAMASK is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as From 93e05aed29d4b9679d9cf6cb6fcde96208d48327 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 8 Jan 2023 20:46:07 +0100 Subject: [PATCH 2/2] should always point to the most recent version --- python/damask/solver/_marc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/solver/_marc.py b/python/damask/solver/_marc.py index 76054d597..1afb5ddc6 100644 --- a/python/damask/solver/_marc.py +++ b/python/damask/solver/_marc.py @@ -3,7 +3,7 @@ import shlex import re from pathlib import Path -_marc_version = '2022.2' +_marc_version = '2022.4' _marc_root = '/opt/msc' _damask_root = str(Path(__file__).parents[3])