X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=8b42136a640b1c80cef40a8829c8e148e7e6650e;hp=6ddef5c883b56a5970a9e96cb25f5e417b5f3ae0;hb=299e187bdfae86538065acc6f7bc8d470cdfae21;hpb=53b921d60432317de5628b0f0746ef337d5f8118 diff --git a/Makefile.local b/Makefile.local index 6ddef5c8..8b42136a 100644 --- a/Makefile.local +++ b/Makefile.local @@ -17,7 +17,7 @@ ifneq ($(MAKECMDGOALS),release) ifneq ($(MAKECMDGOALS),release-message) ifneq ($(MAKECMDGOALS),pre-release) ifeq ($(IS_GIT),yes) -VERSION:=$(shell git describe --match '[0-9.]*'|sed -e s/-/+/ -e s/-/~/) +VERSION:=$(shell git describe --match '[0-9.]*'|sed -e s/_/~/ -e s/-/+/ -e s/-/~/) endif endif endif