From 1f655fabe2666d74baee6cbf46f0f6f9ae065f52 Mon Sep 17 00:00:00 2001 From: apio Date: Fri, 7 Oct 2022 20:33:00 +0200 Subject: [PATCH] The beginnings of Moon 0.10 Right now the kernel is the only thing with a version number, the user apps just fetch it from the kernel using the sys_getversion() syscall --- 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 a5c4cb03..cf95ec0d 100644 --- a/kernel/src/misc/config.cpp +++ b/kernel/src/misc/config.cpp @@ -8,7 +8,7 @@ #endif #ifndef MOON_MINOR -#define MOON_MINOR 9 +#define MOON_MINOR 10 #endif #ifndef _MOON_SUFFIX