bump version to 4.15.18-29

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2018-11-12 16:01:40 +01:00
parent 9aa2d28ebb
commit 89a09f9102
2 changed files with 10 additions and 4 deletions
+2 -4
View File
@@ -1,14 +1,12 @@
RELEASE=5.1
# also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
KERNEL_MAJ=4
KERNEL_MIN=15
KERNEL_PATCHLEVEL=18
# increment KREL if the ABI changes (abicheck target in debian/rules)
# rebuild packages with new KREL and run 'make abiupdate'
KREL=8
KREL=9
PKGREL=28
PKGREL=29
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)