From dcf4e75a72146b1e28b575c6f952a721fccca4de Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 2 May 2024 13:56:00 +0200 Subject: [PATCH] bump version to 6.8.4-3 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66a3cf1..99c765e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=8 KERNEL_PATCHLEVEL=4 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=2 +KREL=3 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index e1bf8db..7e32e83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proxmox-kernel-6.8 (6.8.4-3) bookworm; urgency=medium + + * update sources and patches to Ubuntu-6.8.0-32.32 + + -- Proxmox Support Team Thu, 02 May 2024 13:55:46 +0200 + proxmox-kernel-6.8 (6.8.4-2) bookworm; urgency=medium * patch apparmor to make it cope with recvmsg returning EINVAL