bump version to 5.11.22-10

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-09-28 08:16:03 +02:00
parent ab1510cecd
commit 77dbf42d61
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ KERNEL_MIN=11
KERNEL_PATCHLEVEL=22
# increment KREL if the ABI changes (abicheck target in debian/rules)
# rebuild packages with new KREL and run 'make abiupdate'
KREL=4
KREL=5
PKGREL=9
PKGREL=10
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)