Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Dec 1, 2018
1 parent b1f7295 commit e3d7719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sys/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ char * __kernel_version_format = "%d.%d.%d-%s";
/* Version numbers X.Y.Z */
int __kernel_version_major = 1;
int __kernel_version_minor = 9;
int __kernel_version_lower = 1;
int __kernel_version_lower = 2;

/* Kernel build suffix, which doesn't necessarily
* mean anything, but can be used to distinguish
Expand Down

0 comments on commit e3d7719

Please sign in to comment.