This commit is contained in:
K. Lange 2021-12-01 21:32:59 +09:00
parent 345a6312db
commit 0c6f58277c
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PRETTY_NAME="ToaruOS 2.0"
NAME="ToaruOS"
VERSION_ID="1.99.9"
VERSION="1.99.9"
VERSION_ID="1.99.10"
VERSION="1.99.10"
ID=toaru
HOME_URL="https://toaruos.org/"
SUPPORT_URL="https://github.com/klange/toaruos"

View File

@ -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 = 9;
int __kernel_version_lower = 10;
/* Kernel build suffix, which doesn't necessarily
* mean anything, but can be used to distinguish