bump version to 5.19.0-1~rc8+2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2022-07-27 11:27:22 +02:00
parent 54ebe3cb9b
commit 998c6ae1d6
2 changed files with 9 additions and 3 deletions
+3 -3
View File
@@ -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=1
KREL=2
PKGREL=1~rc8+1
PKGREL=1~rc8+2
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
EXTRAVERSION=-${KREL}-pve
EXTRAVERSION=-${KREL}-pve-smm-fix
KVNAME=${KERNEL_VER}${EXTRAVERSION}
PACKAGE=pve-kernel-${KVNAME}
HDRPACKAGE=pve-headers-${KVNAME}