X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=b8a7454648b353adc7ee165e63e4c9bc291d2f1a;hb=89a09f9102537306e5ea84de508c1d84d7fc5051;hp=60c2496b5c7fbee98218ad3d5636197b0d37a7cf;hpb=d7571cfde08008351c18b58a568ae7efea36c800;p=pve-kernel.git diff --git a/Makefile b/Makefile index 60c2496..b8a7454 100644 --- 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=8 +KREL=9 -PKGREL=27 +PKGREL=29 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)