From b6f89f78db27765c6e7db003a116b4394cc26f3d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 5 Jul 2018 12:17:56 +0200 Subject: [PATCH] bump version to 5.2-2 Last bump should have already used 5.2 as base version, doh, so fix that now and use -2 as package release as this should be actually the 2nd release since 5.2, anyway, as long it goes up we should be good. Signed-off-by: Thomas Lamprecht --- Makefile | 6 +++--- debian/changelog | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2b139cd..6b0c895 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=5.1 -PKGREL=45 +RELEASE=5.2 +PKGREL=2 export KERNEL_VER=4.13 -export KERNEL_ABI=4.13.16-3-pve +export KERNEL_ABI=4.13.16-4-pve PACKAGE=pve-kernel-${KERNEL_VER} diff --git a/debian/changelog b/debian/changelog index 772e926..94afd2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-kernel-4.13 (5.2-2) unstable; urgency=medium + + * ABI bump to 4.13.16-4-pve + + -- Proxmox Support Team Thu, 05 Jul 2018 12:03:43 +0200 + pve-kernel-4.13 (5.1-45) unstable; urgency=medium * ABI bump to 4.13.16-3-pve