From: Jean-Paul Pelteret Date: Sat, 23 May 2020 09:54:06 +0000 (+0200) Subject: Document code maintenance procedure X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5e60f940c02ce429ce2e7abd3c0a503a34cc2e;p=code-gallery.git Document code maintenance procedure --- diff --git a/README.md b/README.md index 4b200bf..44dfc60 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,9 @@ as [described in the readme](https://www.dealii.org/developer/readme.html#documentation). It will pick up the code gallery and create joint documentation for the tutorial and the code gallery. + +### Maintainance of contributed codes + +The examples in the code-gallery of periodically adjusted so that they maintain compatibility with a "recent" version of the `deal.II`. This means that their implementation may be modified slightly in the process, breaking compatibility with older versions of `deal.II`. Older version of each contributed code may be attained by checking out the appropriate git commit of the code-gallery repository. + +The minimum required version of `deal.II` for all code-gallery examples is `9.1`.