From e961b632db0cbb0e32901eb242c840c7574e565c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Sch=C3=B6pping?= <tschoepp@cit-ec.uni-bielefeld.de>
Date: Mon, 3 May 2021 09:26:57 +0200
Subject: [PATCH] version 2.1.0 released

---
 amiroos.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/amiroos.h b/amiroos.h
index 1b3701ff..8c008ad0 100644
--- a/amiroos.h
+++ b/amiroos.h
@@ -33,7 +33,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  * @brief   The type of this version.
  * @note    Is one of "pre-alpha", "alpha", "beta", "release candidate", "release".
  */
-#define AMIROOS_RELEASE_TYPE          "pre-alpha"
+#define AMIROOS_RELEASE_TYPE          "release"
 
 /**
  * @brief   The operating system major version.
-- 
GitLab