diff --git a/Makefile b/Makefile index 69cf014..6e60713 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=2 KERNEL_PATCHLEVEL=16 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=13 +KREL=14 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)