]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
bump version to 5.19.0-1
[pve-kernel.git] / Makefile
index e642af0836dd2522a62c55ba4ecac487d60b2dfd..a788c514cbc71caecd17767759b7eb71fa792919 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,14 @@ KERNEL_MIN=19
 KERNEL_PATCHLEVEL=0
 # increment KREL if the ABI changes (abicheck target in debian/rules)
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=2
+KREL=1
 
-PKGREL=1~rc8+2
+PKGREL=1
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
 
-EXTRAVERSION=-${KREL}-pve-smm-fix
+EXTRAVERSION=-${KREL}-pve
 KVNAME=${KERNEL_VER}${EXTRAVERSION}
 PACKAGE=pve-kernel-${KVNAME}
 HDRPACKAGE=pve-headers-${KVNAME}