From cbb3cb3beb773d8bd7d25e0e3959a22fefe1c586 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 14 Nov 2014 14:52:59 +0100 Subject: [PATCH] Kickoff 2015.02 cycle Signed-off-by: Peter Korsgaard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 471edf910..fd62aae45 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ all: # Set and export the version string -export BR2_VERSION := 2014.11-rc1 +export BR2_VERSION := 2015.02-git # Check for minimal make version (note: this check will break at make 10.x) MIN_MAKE_VERSION = 3.81