From ec58894f0b00c06fc2096e73f2606ba2f02a9f7e Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Mon, 5 Jan 2015 01:52:02 +0100 Subject: [PATCH] Update to gluon v2014.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dab558b..d395fbd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GLUON_BUILD_DIR := gluon-build GLUON_GIT_URL := git://github.com/freifunk-gluon/gluon.git -GLUON_GIT_REF := 3360dcb3090e7da824f787115b8fc0b4335583b9 +GLUON_GIT_REF := v2014.4 _GIT_DESCRIBE = $(shell git describe --tags 2>/dev/null) ifneq (,${_GIT_DESCRIBE})