diff --git a/Makefile b/Makefile index a788c51..c4685ef 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 KERNEL_MIN=19 -KERNEL_PATCHLEVEL=0 +KERNEL_PATCHLEVEL=7 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' KREL=1 diff --git a/debian/changelog b/debian/changelog index 91f9f17..1f4d9f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-kernel (5.19.7-1) bullseye; urgency=medium + + * update to 5.19.7 based on Ubuntu-5.19.0-16.16 + + -- Proxmox Support Team Tue, 06 Sep 2022 07:54:58 +0200 + pve-kernel (5.19.0-1) bullseye; urgency=medium * update to 5.19.0 based from Ubuntu-5.19.0-14.14