]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
bump version to 5.15.19-3
[pve-kernel.git] / Makefile
index 09f294e113f4a4942c65b4564c7c4988826e7c22..2aec08084bfd9bd3100ef284eea0a8c855e2b252 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_MIN=15
 KERNEL_PATCHLEVEL=19
 # increment KREL if the ABI changes (abicheck target in debian/rules)
 # rebuild packages with new KREL and run 'make abiupdate'
 KREL=2
 
-PKGREL=4
+PKGREL=3
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)