]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
bump version to 5.19.7-2
[pve-kernel.git] / Makefile
index 7241aa2b7c572a51f945d96b79c2b2372d42bb4d..d6480d830d2f3f451edabe9a4426070b90171f71 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=19
-KERNEL_PATCHLEVEL=0
+KERNEL_PATCHLEVEL=7
 # increment KREL if the ABI changes (abicheck target in debian/rules)
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=1
+KREL=2
 
-PKGREL=1~rc8+1
+PKGREL=2
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)