From acfcf229bf3c923906d1736717eb1d63fe1c8bcb Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 26 Jul 2019 09:34:52 +0200 Subject: [PATCH] bump version to 4.15.18-45 Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- debian/changelog | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7b0ba5c..f0cabdb 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=18 +KREL=19 -PKGREL=44 +PKGREL=45 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index e64dfc7..c7fa68d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (4.15.18-45) unstable; urgency=medium + + * update to Ubuntu-4.15.0-56.62 + + * bump ABI to 4.15.18-19 + + -- Proxmox Support Team Fri, 26 Jul 2019 09:34:08 +0200 + pve-kernel (4.15.18-44) unstable; urgency=medium * update to Ubuntu-4.15.0-55.60