X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=Makefile.local;h=8b42136a640b1c80cef40a8829c8e148e7e6650e;hb=879c2a57a07edd7a10bf1ef277aeb6a57fc9e300;hp=6ddef5c883b56a5970a9e96cb25f5e417b5f3ae0;hpb=1dedfc90f6eee7cad10f1a1ceb39a7a1c4dbd1b1;p=notmuch 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