From c4dfb08350a69e89d0eaa112574b09fab723013d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 11 Feb 2014 13:42:08 +0100 Subject: [PATCH] kickoff 2014.05 development cycle Signed-off-by: Peter Korsgaard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9929e7e040..74022a5971 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ #-------------------------------------------------------------- # Set and export the version string -export BR2_VERSION:=2014.02-rc1 +export BR2_VERSION:=2014.05-git # Check for minimal make version (note: this check will break at make 10.x) MIN_MAKE_VERSION=3.81