imgfilename

This commit is contained in:
Bastian 2015-03-05 10:58:51 +01:00
parent 9dac1c0b7c
commit ac50181731
1 changed files with 1 additions and 1 deletions

View File

@ -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