From 36009e4fc54ff366529287969f297fc34d1517c3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 7 Nov 2021 21:46:46 +0100 Subject: [PATCH] bump version to 5.11.22-12 Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- debian/changelog | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8134725..9e41954 100644 --- a/Makefile +++ b/Makefile @@ -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=6 +KREL=7 -PKGREL=11 +PKGREL=12 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 3708339..a623370 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (5.11.22-12) bullseye; urgency=medium + + * update sources to Ubuntu-5.11.0-41.45 + + * bump ABI to 5.11.22-7 + + -- Proxmox Support Team Sun, 07 Nov 2021 21:46:36 +0100 + pve-kernel (5.11.22-11) bullseye; urgency=medium * update sources to Ubuntu-5.11.0-39.43