From 8fcb643f62cbfc8873f4ce4892fe07983e22fe2c Mon Sep 17 00:00:00 2001
From: Simon Praetorius <simon.praetorius@tu-dresden.de>
Date: Wed, 15 Feb 2023 23:09:26 +0100
Subject: [PATCH] Update version number

---
 CHANGELOG.md   | 13 ++++++++++++-
 CMakeLists.txt |  2 +-
 LICENSE        |  2 +-
 docs/Doxyfile  |  6 +++++-
 dune.module    |  4 ++--
 mkdocs.yml     |  2 +-
 6 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec746ed9..30c8b157 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,15 @@
-## Master (will become release v2.9)
+## Master (will become release v2.10)
+
+### Added
+
+### Fixed
+
+### Changed
+
+### Removed
+
+
+## Release 2.9
 
 ### Added
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7a286da..aa2c39fe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.13)
-project(amdis LANGUAGES CXX VERSION 2.9)
+project(amdis LANGUAGES CXX VERSION 2.10)
 
 # find dune-common and set the module path
 find_package(dune-common REQUIRED)
diff --git a/LICENSE b/LICENSE
index f997bef6..4f9b77f7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2022 AMDiS
+Copyright (c) 2023 AMDiS
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/docs/Doxyfile b/docs/Doxyfile
index acb0835f..3400c94a 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -6,7 +6,7 @@
 
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = AMDiS
-PROJECT_NUMBER         = 0.3
+PROJECT_NUMBER         = 2.10
 PROJECT_BRIEF          = "The Adaptive Multi-Dimensional Simulation Toolbox"
 PROJECT_LOGO           =
 OUTPUT_DIRECTORY       =
@@ -123,9 +123,12 @@ WARN_LOGFILE           =
 
 FILE_PATTERNS          = *.hpp *.cpp *.md
 INPUT                  = ../amdis \
+                         ../amdis/algorithm \
                          ../amdis/common \
+                         ../amdis/datatransfers \
                          ../amdis/functions \
                          ../amdis/gridfunctions \
+                         ../amdis/interpolators \
                          ../amdis/io \
                          ../amdis/linearalgebra \
                          ../amdis/linearalgebra/eigen \
@@ -133,6 +136,7 @@ INPUT                  = ../amdis \
                          ../amdis/linearalgebra/mtl \
                          ../amdis/linearalgebra/petsc \
                          ../amdis/localoperators \
+                         ../amdis/nonlin \
                          ../amdis/operations \
                          ../amdis/typetree \
                          ../amdis/utility \
diff --git a/dune.module b/dune.module
index f001a4ad..74a3ca6c 100644
--- a/dune.module
+++ b/dune.module
@@ -1,8 +1,8 @@
 Module: amdis
-Version: 2.9-pre
+Version: 2.10-pre
 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.9) dune-geometry (>= 2.9) dune-localfunctions (>= 2.9) dune-typetree (>= 2.9) dune-grid (>= 2.9) dune-functions (>= 2.9) dune-istl (>= 2.9)
+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)
 Suggests: dune-uggrid dune-alugrid dune-foamgrid dune-spgrid dune-vtk
diff --git a/mkdocs.yml b/mkdocs.yml
index edaec391..c7500ed1 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -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-2022 Simon Praetorius
+copyright: (c) 2018-2023 Simon Praetorius
 
 repo_url: https://gitlab.com/amdis/amdis
 repo_name: GitLab
-- 
GitLab