bump version to 4.15.18-51; ABI bump to 4.15.18-23

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2019-11-13 11:21:43 +01:00
parent 90e18b45c8
commit 2425182d60
2 changed files with 13 additions and 2 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ 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=22
KREL=23
PKGREL=50
PKGREL=51
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)