X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ebd059d0eb07055d3d949f53ba284e23eac23bc6..c10935c80b393172e0dc7295b150a26ef96d413e:/LUFA/StudioIntegration/makefile diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index 8c0595f65..3e795a119 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -22,8 +22,8 @@ ifneq ($(LUFA_VERSION_NUM),000000) EXT_VERSION_NUM := $(shell date +"%y.%m.%d").$(LUFA_VERSION_NUM) EXT_VSIX_NAME := LUFA-RELEASE-$(LUFA_VERSION_NUM).vsix else - EXT_VERSION_NUM := 0.$(shell date +"%y%m%d-%H%M%S") - EXT_VSIX_NAME := LUFA-TESTING-$(shell date +"%y.%m.%d.%H.%M.%S").vsix + EXT_VERSION_NUM := 0.$(shell date +"%y%m%d.%H%M%S") + EXT_VSIX_NAME := LUFA-TESTING-$(shell date +"%y.%m.%d-%H.%M.%S").vsix $(warning No LUFA version set - assuming a test version should be created.) endif