diff --git a/src/Makefile b/src/Makefile index ecb6c19..7a14e76 100644 --- a/src/Makefile +++ b/src/Makefile @@ -145,5 +145,5 @@ command.c: include/version.h include/version.h: FORCE $(Q)echo " GIT include/version.h" - $(Q)echo "#define FIRMWARE_VERSION \"$(shell git describe --always --dirty)\"" > $@ + $(Q)echo "#define FIRMWARE_VERSION \"$(shell git describe --always --dirty --tags)\"" > $@ -include *.d