From d37f6b20107e952064e3f77e9d6915a9c09d10a6 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 6 Mar 2019 15:51:37 +1100 Subject: Bump version to v1.5.0 We've accumulated several new features as well as a number of bugfixes, so prepare for another release. Signed-off-by: David Gibson --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8c9e326..e6b32cf 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ # CONFIG_LOCALVERSION from some future config system. # VERSION = 1 -PATCHLEVEL = 4 -SUBLEVEL = 7 +PATCHLEVEL = 5 +SUBLEVEL = 0 EXTRAVERSION = LOCAL_VERSION = CONFIG_LOCALVERSION = -- cgit v1.1