v1.10.9
This commit is contained in:
parent
3e46645b99
commit
f1892b70dd
@ -1,7 +1,7 @@
|
||||
PRETTY_NAME="ToaruOS 1.10"
|
||||
NAME="ToaruOS"
|
||||
VERSION_ID="1.10.8"
|
||||
VERSION="1.10.8"
|
||||
VERSION_ID="1.10.9"
|
||||
VERSION="1.10.9"
|
||||
ID=toaru
|
||||
HOME_URL="https://toaruos.org/"
|
||||
SUPPORT_URL="https://github.com/klange/toaruos"
|
||||
|
@ -18,7 +18,7 @@ char * __kernel_version_format = "%d.%d.%d-%s";
|
||||
/* Version numbers X.Y.Z */
|
||||
int __kernel_version_major = 1;
|
||||
int __kernel_version_minor = 10;
|
||||
int __kernel_version_lower = 8;
|
||||
int __kernel_version_lower = 9;
|
||||
|
||||
/* Kernel build suffix, which doesn't necessarily
|
||||
* mean anything, but can be used to distinguish
|
||||
|
Loading…
Reference in New Issue
Block a user