diff --git a/Makefile b/Makefile index 33c53a4..1de0c10 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ KERNEL_MIN=15 KERNEL_PATCHLEVEL=18 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=29 +KREL=30 -PKGREL=57 +PKGREL=58 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 296fe1e..b8af25f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (4.15.18-58) pve pmg; urgency=medium + + * update to Ubuntu-4.15.0-107.108 + + * bump ABI to 4.15.18-30 + + -- Proxmox Support Team Fri, 12 Jun 2020 13:53:01 +0200 + pve-kernel (4.15.18-57) pve pmg; urgency=medium * update to Ubuntu-4.15.0-102.103