Skip to content
Snippets Groups Projects
Commit 3f66040e authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Update version to 2.11

parent 1161c416
No related branches found
No related tags found
No related merge requests found
## Master (will become release v2.11)
## Release 2.10
### Added
......
cmake_minimum_required(VERSION 3.16)
project(amdis LANGUAGES CXX VERSION 2.10)
project(amdis LANGUAGES CXX VERSION 2.11)
# find dune-common and set the module path
find_package(dune-common REQUIRED)
......
......@@ -6,7 +6,7 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = AMDiS
PROJECT_NUMBER = 2.10
PROJECT_NUMBER = 2.11-git
PROJECT_BRIEF = "The Adaptive Multi-Dimensional Simulation Toolbox"
PROJECT_LOGO =
OUTPUT_DIRECTORY =
......
Module: amdis
Version: 2.10
Version: 2.11-git
Author: Insitute of Scientific Computing at TU-Dresden
Maintainer: simon.praetorius@tu-dresden.de
Description: The Adaptive Multi-Dimensional Simulation Toolbox (AMDiS), a discretization module on top of the Dune framework.
Python-Requires:
Depends: dune-common (>= 2.10) dune-geometry (>= 2.10) dune-localfunctions (>= 2.10) dune-typetree (>= 2.10) dune-grid (>= 2.10) dune-functions (>= 2.10) dune-istl (>= 2.10)
Depends: dune-common dune-geometry dune-localfunctions dune-typetree dune-grid dune-functions dune-istl
Suggests: dune-uggrid dune-alugrid dune-foamgrid dune-spgrid dune-vtk
......@@ -4,7 +4,7 @@ site_description: >
discretization module allowing for fast prototyping of PDEs on adaptively refined
grids. It is implemented on top of the Dune framework.
site_author: Simon Praetorius <simon.praetorius@tu-dresden.de>
copyright: (c) 2018-2023 Simon Praetorius
copyright: (c) 2018-2024 Simon Praetorius
repo_url: https://gitlab.com/amdis/amdis
repo_name: GitLab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment