]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
update ABI file for 4.15.18-9-pve
[pve-kernel.git] / Makefile
index c160e14010403be8d800c19746091c76a303991f..b8a7454648b353adc7ee165e63e4c9bc291d2f1a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,12 @@
-RELEASE=5.1
-
 # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
 KERNEL_MAJ=4
 KERNEL_MIN=15
 KERNEL_PATCHLEVEL=18
 # increment KREL if the ABI changes (abicheck target in debian/rules)
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=7
+KREL=9
 
-PKGREL=26
+PKGREL=29
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)