]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
bump version to 5.4.44-1
[pve-kernel.git] / Makefile
index c3f50636661782b9d5d26e61b593c2709bdab9dd..88068a25dd8936266bac6c4999357641b0253f86 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=4
-KERNEL_PATCHLEVEL=34
+KERNEL_PATCHLEVEL=44
 # increment KREL if the ABI changes (abicheck target in debian/rules)
 # rebuild packages with new KREL and run 'make abiupdate'
 KREL=1
 
-PKGREL=2
+PKGREL=1
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)