Linux 6.3.3

This commit is contained in:
pepe 2023-05-20 05:47:21 +00:00
parent 62583e66bc
commit 8da99009c5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#define LINUX_VERSION_CODE 393986
#define LINUX_VERSION_CODE 393987
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
#define LINUX_VERSION_MAJOR 6
#define LINUX_VERSION_PATCHLEVEL 3
#define LINUX_VERSION_SUBLEVEL 2
#define LINUX_VERSION_SUBLEVEL 3