From a307b3ee38d04469de3e9b989bf53e5219c16a29 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 3 Oct 2023 07:42:38 +0200 Subject: [PATCH] bump version to 6.2.16-16 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3208e5..2918513 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=2 KERNEL_PATCHLEVEL=16 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=15 +KREL=16 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 598a98f..9eb59f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proxmox-kernel-6.2 (6.2.16-16) bookworm; urgency=medium + + * update sources to Ubuntu-6.2.0-36.36 + + -- Proxmox Support Team Tue, 03 Oct 2023 07:42:21 +0200 + proxmox-kernel-6.2 (6.2.16-15) bookworm; urgency=medium * fix thunderbolt ring-interrupt not being masked on suspend