From 2525da3dba9beceb96651dc2986581871dbeca30 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 4 Mar 2020 17:14:58 +1100 Subject: Bump version to v1.6.0 We've accumulated some new features and a bunch of fixes. Also the versioning on v1.5.1 was messed up :(. Prepare for another release. Signed-off-by: David Gibson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f4aa91..f02aa19 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # CONFIG_LOCALVERSION from some future config system. # VERSION = 1 -PATCHLEVEL = 5 +PATCHLEVEL = 6 SUBLEVEL = 0 EXTRAVERSION = LOCAL_VERSION = -- cgit v1.1