]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
bump version to 5.13.19-3
[pve-kernel.git] / Makefile
index f55884819d7f30d68aeef6a47ee569113ce67e58..9c8329612a40f44e9822a933cc0dece1d51b0da4 100644 (file)
--- 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)