X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=Makefile.global;h=8477468dcdac8e703d49e0adb7f0eaac4c8b40ff;hb=852df1a7ef373a0fcd478c30fb4b596bbffbdef3;hp=4fd796e33c373330ad925501e0004ec99eeafb29;hpb=3f8b01a3ef9e50a772897c67e0146172b3849749;p=notmuch diff --git a/Makefile.global b/Makefile.global index 4fd796e3..8477468d 100644 --- a/Makefile.global +++ b/Makefile.global @@ -1,3 +1,4 @@ +# -*- makefile-gmake -*- # Here's the (hopefully simple) versioning scheme. # # Releases of notmuch have a two-digit version (0.1, 0.2, etc.). We @@ -16,7 +17,7 @@ else DATE:=$(shell date +%F) endif -VERSION:=$(shell cat ${srcdir}/version) +VERSION:=$(shell cat ${srcdir}/version.txt) ELPA_VERSION:=$(subst ~,_,$(VERSION)) ifeq ($(filter release release-message pre-release update-versions,$(MAKECMDGOALS)),) ifeq ($(IS_GIT),yes)