]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
update ABI file for 6.5.11-2-pve
[pve-kernel.git] / Makefile
index 6e60713332c6cc4e9e46a4ff51929fd0cd3c2595..a79a7180f4b9ea2aff257cd4a8578afef16d2331 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=14
+KREL=2
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)