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:
parent
8bf1aac961
commit
1f655fabe2
@ -8,7 +8,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MOON_MINOR
|
||||
#define MOON_MINOR 9
|
||||
#define MOON_MINOR 10
|
||||
#endif
|
||||
|
||||
#ifndef _MOON_SUFFIX
|
||||
|
Loading…
Reference in New Issue
Block a user