diff --git a/Makefile b/Makefile index cb83216..062627f 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=13 +KREL=14 -PKGREL=37 +PKGREL=38 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index b92f83d..b38851e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (4.15.18-38) unstable; urgency=medium + + * update to Ubuntu-4.15.0-49.53 + + * bump ABI to 4.15.18-14 + + -- Proxmox Support Team Tue, 30 Apr 2019 10:51:33 +0200 + pve-kernel (4.15.18-37) unstable; urgency=medium * bump ABI to 4.15.18-13