X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=blobdiff_plain;f=Makefile;h=2393ddaf49e2443a0ca8fbfc0239abbf31e7045e;hp=c7d17ab30b7ae1aa2ee356095c6ed6f75297120f;hb=da7def12fd10ecf7a042cb6f2b52c12fae784966;hpb=4618decfe04c3416dec30280140b56f352dd1855 diff --git a/Makefile b/Makefile index c7d17ab..2393dda 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ 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=9 +KREL=10 -PKGREL=30 +PKGREL=31 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)