From 97675a1ff7a3755b0926c9da4b5b7dffb4940572 Mon Sep 17 00:00:00 2001
From: Simon Praetorius <simon.praetorius@tu-dresden.de>
Date: Tue, 8 Dec 2020 22:32:17 +0100
Subject: [PATCH] change version number to 0.3

---
 CMakeLists.txt | 2 +-
 LICENSE        | 4 ++--
 docs/Doxyfile  | 2 +-
 dune.module    | 2 +-
 stamp-vc       | 1 -
 5 files changed, 5 insertions(+), 6 deletions(-)
 delete mode 100644 stamp-vc

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3c315eb0..2ca2e517 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.13)
-project(amdis LANGUAGES CXX VERSION 0.2)
+project(amdis LANGUAGES CXX VERSION 0.3)
 
 #find dune-common and set the module path
 find_package(dune-common REQUIRED)
diff --git a/LICENSE b/LICENSE
index e32b9fc3..b4fb82a8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 The MIT License (MIT)
 
-Copyright (c) 2016-2019 Simon Praetorius
-              2019      Felix Müller
+Copyright (c) 2016-2020 Simon Praetorius
+              2019-2020 Felix Müller
 
 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 410ebb5e..bf65c0bd 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -6,7 +6,7 @@
 
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = AMDiS
-PROJECT_NUMBER         = 0.1
+PROJECT_NUMBER         = 0.3
 PROJECT_BRIEF          = "The Adaptive Multi-Dimensional Simulation Toolbox"
 PROJECT_LOGO           =
 OUTPUT_DIRECTORY       =
diff --git a/dune.module b/dune.module
index d1774028..ce054d5e 100644
--- a/dune.module
+++ b/dune.module
@@ -3,7 +3,7 @@
 ################################
 
 Module: amdis
-Version: 0.2
+Version: 0.3
 Maintainer: simon.praetorius@tu-dresden.de
 Depends: dune-common (>= 2.6) dune-geometry (>= 2.6) dune-localfunctions (>= 2.6) dune-typetree (>= 2.6) dune-grid (>= 2.6) dune-functions (>= 2.6)
 Suggests: dune-uggrid dune-alugrid dune-foamgrid dune-spgrid dune-istl dune-vtk
diff --git a/stamp-vc b/stamp-vc
deleted file mode 100644
index ea2c89e7..00000000
--- a/stamp-vc
+++ /dev/null
@@ -1 +0,0 @@
-A stamp file to signify that this directory comes from a version control system, not an unpacked tarball
-- 
GitLab