]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
bump version to 5.0.8-1
[pve-kernel.git] / Makefile
index a81a7dca8583d96b301c4c67c85a028f0ea581db..bcac9af7bc26bc560407c4c151418c404a2008e6 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=4
-KERNEL_MIN=15
-KERNEL_PATCHLEVEL=18
+KERNEL_MAJ=5
+KERNEL_MIN=0
+KERNEL_PATCHLEVEL=8
 # increment KREL if the ABI changes (abicheck target in debian/rules)
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=15
+KREL=1
 
-PKGREL=40
+PKGREL=1
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)