diff --git a/Makefile b/Makefile index b477dff6..19667202 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ LD := arm-none-eabi-ld OC := arm-none-eabi-objcopy name := Luma3DS -revision := $(shell git describe --tags --match v[0-9]*) +revision := $(shell git describe --tags --match v[0-9]* --abbrev=8 | sed 's/-[0-9]*-g/-/i') dir_source := source dir_patches := patches