Probably as good a time as any to mark off 0.7.0
This commit is contained in:
parent
161c44f037
commit
ead93c5307
@ -14,8 +14,8 @@ char * __kernel_version_format = "%d.%d.%d-%s";
|
||||
|
||||
/* Version numbers X.Y.Z */
|
||||
int __kernel_version_major = 0;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user