v1.99.3
This commit is contained in:
parent
6b308e5fc1
commit
f57679e0b4
@ -1,7 +1,7 @@
|
|||||||
PRETTY_NAME="ToaruOS 2.0"
|
PRETTY_NAME="ToaruOS 2.0"
|
||||||
NAME="ToaruOS"
|
NAME="ToaruOS"
|
||||||
VERSION_ID="1.99.2"
|
VERSION_ID="1.99.3"
|
||||||
VERSION="1.99.2"
|
VERSION="1.99.3"
|
||||||
ID=toaru
|
ID=toaru
|
||||||
HOME_URL="https://toaruos.org/"
|
HOME_URL="https://toaruos.org/"
|
||||||
SUPPORT_URL="https://github.com/klange/toaruos"
|
SUPPORT_URL="https://github.com/klange/toaruos"
|
||||||
|
@ -25,7 +25,7 @@ const char * __kernel_version_format = "%d.%d.%d-%s";
|
|||||||
/* Version numbers X.Y.Z */
|
/* Version numbers X.Y.Z */
|
||||||
int __kernel_version_major = 1;
|
int __kernel_version_major = 1;
|
||||||
int __kernel_version_minor = 99;
|
int __kernel_version_minor = 99;
|
||||||
int __kernel_version_lower = 2;
|
int __kernel_version_lower = 3;
|
||||||
|
|
||||||
/* Kernel build suffix, which doesn't necessarily
|
/* Kernel build suffix, which doesn't necessarily
|
||||||
* mean anything, but can be used to distinguish
|
* mean anything, but can be used to distinguish
|
||||||
|
Loading…
Reference in New Issue
Block a user