]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
build: add proxmox-kernel-X.Y-pve-signed-template
[pve-kernel.git] / Makefile
index 291851335f3c050ec0e28074cbc319c20833b564..1a398cc66daf8e516821130bc184a479fcf0cb74 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@ include /usr/share/dpkg/pkg-info.mk
 
 # also bump proxmox-kernel-meta if the default MAJ.MIN version changes!
 KERNEL_MAJ=6
-KERNEL_MIN=2
-KERNEL_PATCHLEVEL=16
+KERNEL_MIN=5
+KERNEL_PATCHLEVEL=11
 # increment KREL for every published package release!
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=16
+KREL=3
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)