Bump kernel version
This commit is contained in:
parent
b11124394c
commit
7301a3c29a
@ -1,7 +1,7 @@
|
||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||
* This file is part of ToaruOS and is released under the terms
|
||||
* of the NCSA / University of Illinois License - see LICENSE.md
|
||||
* Copyright (C) 2011-2015 Kevin Lange
|
||||
* Copyright (C) 2011-2017 Kevin Lange
|
||||
*/
|
||||
|
||||
#include <version.h>
|
||||
@ -18,7 +18,7 @@ char * __kernel_version_format = "%d.%d.%d-%s";
|
||||
/* Version numbers X.Y.Z */
|
||||
int __kernel_version_major = 0;
|
||||
int __kernel_version_minor = 99;
|
||||
int __kernel_version_lower = 7;
|
||||
int __kernel_version_lower = 8;
|
||||
|
||||
/* Kernel build suffix, which doesn't necessarily
|
||||
* mean anything, but can be used to distinguish
|
||||
|
Loading…
Reference in New Issue
Block a user