kernel: prepare new version number
This commit is contained in:
parent
4fa1645ff0
commit
9f9092772a
@ -18,7 +18,7 @@ char * __kernel_version_format = "%d.%d.%d-%s";
|
|||||||
/* Version numbers X.Y.Z */
|
/* Version numbers X.Y.Z */
|
||||||
int __kernel_version_major = 1;
|
int __kernel_version_major = 1;
|
||||||
int __kernel_version_minor = 9;
|
int __kernel_version_minor = 9;
|
||||||
int __kernel_version_lower = 2;
|
int __kernel_version_lower = 3;
|
||||||
|
|
||||||
/* Kernel build suffix, which doesn't necessarily
|
/* Kernel build suffix, which doesn't necessarily
|
||||||
* mean anything, but can be used to distinguish
|
* mean anything, but can be used to distinguish
|
||||||
|
Loading…
Reference in New Issue
Block a user