This commit is contained in:
K. Lange 2018-12-27 21:47:09 +09:00
parent 57a9d94a5c
commit a17d73cc25
2 changed files with 3 additions and 3 deletions

View File

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

View File

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