bump version to 6.8.1-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2024-04-02 18:19:29 +02:00
parent 80e35f27d3
commit c1dba3d5ce
2 changed files with 10 additions and 3 deletions
+3 -3
View File
@@ -2,11 +2,11 @@ include /usr/share/dpkg/pkg-info.mk
# also bump proxmox-kernel-meta if the default MAJ.MIN version changes!
KERNEL_MAJ=6
KERNEL_MIN=5
KERNEL_PATCHLEVEL=13
KERNEL_MIN=8
KERNEL_PATCHLEVEL=1
# increment KREL for every published package release!
# rebuild packages with new KREL and run 'make abiupdate'
KREL=4
KREL=1
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)