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
This commit is contained in:
apio 2022-10-07 20:33:00 +02:00
parent 8bf1aac961
commit 1f655fabe2

View File

@ -8,7 +8,7 @@
#endif
#ifndef MOON_MINOR
#define MOON_MINOR 9
#define MOON_MINOR 10
#endif
#ifndef _MOON_SUFFIX