From 87f67b255e2326febff06bd787d5d8e62687f60b Mon Sep 17 00:00:00 2001 From: apio Date: Thu, 29 Sep 2022 20:09:39 +0200 Subject: [PATCH] Moon 0.7-dev --- kernel/src/misc/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/src/misc/config.cpp b/kernel/src/misc/config.cpp index a73aad7f..7cce32ef 100644 --- a/kernel/src/misc/config.cpp +++ b/kernel/src/misc/config.cpp @@ -8,7 +8,7 @@ #endif #ifndef MOON_MINOR -#define MOON_MINOR 6 +#define MOON_MINOR 7 #endif #ifndef _MOON_SUFFIX