diff --git a/Makefile b/Makefile index 7f13ac0..3cb9e36 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ KERNEL_MIN=3 KERNEL_PATCHLEVEL=18 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=2 +KREL=3 -PKGREL=2 +PKGREL=3 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 8fea4b4..db44ea5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (5.3.18-3) pve pmg; urgency=medium + + * bump ABI to 5.3.18-3 + + * update to Ubuntu-5.3.0-43.36 + + -- Proxmox Support Team Tue, 17 Mar 2020 16:33:19 +0100 + pve-kernel (5.3.18-2) pve pmg; urgency=medium * bump ABI to 5.3.18-2