v1.99.5
This commit is contained in:
parent
a77d0ef85a
commit
4dc97e7bf1
@ -1,7 +1,7 @@
|
||||
PRETTY_NAME="ToaruOS 2.0"
|
||||
NAME="ToaruOS"
|
||||
VERSION_ID="1.99.4"
|
||||
VERSION="1.99.4"
|
||||
VERSION_ID="1.99.5"
|
||||
VERSION="1.99.5"
|
||||
ID=toaru
|
||||
HOME_URL="https://toaruos.org/"
|
||||
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 */
|
||||
int __kernel_version_major = 1;
|
||||
int __kernel_version_minor = 99;
|
||||
int __kernel_version_lower = 4;
|
||||
int __kernel_version_lower = 5;
|
||||
|
||||
/* Kernel build suffix, which doesn't necessarily
|
||||
* mean anything, but can be used to distinguish
|
||||
|
Loading…
Reference in New Issue
Block a user