From ac5018173172a46fb8ac4e8cc65d9974e54a4bb1 Mon Sep 17 00:00:00 2001 From: Bastian Maeuser Date: Thu, 5 Mar 2015 10:58:51 +0100 Subject: [PATCH] imgfilename --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e23a29..ea8ea78 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ ifneq (,${_GIT_DESCRIBE}) GLUON_RELEASE := ${_GIT_DESCRIBE} GLUON_BRANCH := stable else - GLUON_RELEASE ?= snapshot~$(shell date '+%Y%m%d')~$(shell git describe --always) + GLUON_RELEASE ?= ffrgb-snapshot~$(shell date '+%Y%m%d')~$(shell git describe --always) GLUON_BRANCH := experimental endif