X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=a47067c7c2ce700509a8798a2fd8cc0fc34c5296;hb=81dd1548115564e25eee8d0df1466231399280f8;hp=b3ac85ded5b5204aa8d0bba99417bc347748fbcc;hpb=f6df304f26cc1231a3109fe1f8f383d5c418e71d;p=pve-kernel.git diff --git a/Makefile b/Makefile index b3ac85d..a47067c 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ KERNEL_MIN=15 KERNEL_PATCHLEVEL=39 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=2 +KREL=3 -PKGREL=2 +PKGREL=3 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)