X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=9c8329612a40f44e9822a933cc0dece1d51b0da4;hb=92e753f3607bf756187ec9329296b99e58041d35;hp=f55884819d7f30d68aeef6a47ee569113ce67e58;hpb=7d042904066c9ea4693d7e57f0bf3425201e9088;p=pve-kernel.git diff --git a/Makefile b/Makefile index f558848..9c83296 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 KERNEL_MIN=13 -KERNEL_PATCHLEVEL=18 +KERNEL_PATCHLEVEL=19 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' KREL=1 -PKGREL=1 +PKGREL=3 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)