This commit is contained in:
K. Lange 2018-10-26 10:17:54 +09:00
parent cc4874f90a
commit 5f89d99258
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ char * __kernel_version_format = "%d.%d.%d-%s";
/* Version numbers X.Y.Z */
int __kernel_version_major = 1;
int __kernel_version_minor = 6;
int __kernel_version_lower = 1;
int __kernel_version_minor = 7;
int __kernel_version_lower = 0;
/* Kernel build suffix, which doesn't necessarily
* mean anything, but can be used to distinguish