bump version to 4.15.18-37
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2b3306dee4
commit
90eff7b943
2 changed files with 8 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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=12
|
||||
KREL=13
|
||||
|
||||
PKGREL=36
|
||||
PKGREL=37
|
||||
|
||||
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
||||
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
pve-kernel (4.15.18-37) unstable; urgency=medium
|
||||
|
||||
* bump ABI to 4.15.18-13
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Sat, 13 Apr 2019 21:09:15 +0200
|
||||
|
||||
pve-kernel (4.15.18-36) unstable; urgency=medium
|
||||
|
||||
* update sources to Ubuntu-4.15.0-48.51
|
||||
|
|
Loading…
Reference in a new issue