We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42287e1 commit 984db77Copy full SHA for 984db77
kernel/sys/version.c
@@ -18,7 +18,7 @@ char * __kernel_version_format = "%d.%d.%d-%s";
18
/* Version numbers X.Y.Z */
19
int __kernel_version_major = 0;
20
int __kernel_version_minor = 99;
21
-int __kernel_version_lower = 22;
+int __kernel_version_lower = 23;
22
23
/* Kernel build suffix, which doesn't necessarily
24
* mean anything, but can be used to distinguish
0 commit comments