Merge branch 'update-year' into 'development'

Update year

See merge request damask/DAMASK!697
This commit is contained in:
Martin Diehl 2023-01-08 22:27:11 +00:00
commit 46b640826b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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])