From 2435f7a52179250528ed08772c40dd7e42cea8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6pping?= <tschoepp@cit-ec.uni-bielefeld.de> Date: Mon, 4 Mar 2019 16:26:47 +0100 Subject: [PATCH] AMiRo-OS 2.0 released --- amiroos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amiroos.h b/amiroos.h index 49720963..4dac537f 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 "release candidate" +#define AMIROOS_RELEASE_TYPE "release" /** * @brief The operating system major version. -- GitLab