From c76ecdf07c93bf4d35e45fa38260f050a7fd5a97 Mon Sep 17 00:00:00 2001 From: apio Date: Sat, 1 Oct 2022 17:35:10 +0200 Subject: [PATCH] Moon 0.8-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 7cce32ef..a3af12fe 100644 --- a/kernel/src/misc/config.cpp +++ b/kernel/src/misc/config.cpp @@ -8,7 +8,7 @@ #endif #ifndef MOON_MINOR -#define MOON_MINOR 7 +#define MOON_MINOR 8 #endif #ifndef _MOON_SUFFIX