From fc9868819f633d65dc6897f9c98f14e316d7dc94 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 2 Oct 2022 21:19:49 +0200 Subject: [PATCH] Moon 0.9-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 a3af12fe..a5c4cb03 100644 --- a/kernel/src/misc/config.cpp +++ b/kernel/src/misc/config.cpp @@ -8,7 +8,7 @@ #endif #ifndef MOON_MINOR -#define MOON_MINOR 8 +#define MOON_MINOR 9 #endif #ifndef _MOON_SUFFIX