X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=6d54742334a238cb2fb08e65e9ff0ed09416fe13;hp=81ee34774386dd8e4de2b6b472896056b434ee83;hb=ee1f573204f87a0b2c20a193abf5c4d71e91f049;hpb=ce44657c9e4919b1e4bbbbbe37dbd72257d40736 diff --git a/Makefile.local b/Makefile.local index 81ee3477..6d547423 100644 --- a/Makefile.local +++ b/Makefile.local @@ -107,7 +107,9 @@ dist: $(TAR_FILE) .PHONY: update-versions update-versions: - sed -i "s/^__VERSION__[[:blank:]]*=.*$$/__VERSION__ = \'${VERSION}\'/" $(PV_FILE) + sed -i -e "s/^__VERSION__[[:blank:]]*=.*$$/__VERSION__ = \'${VERSION}\'/" \ + -e "s/^SOVERSION[[:blank:]]*=.*$$/SOVERSION = \'${LIBNOTMUCH_VERSION_MAJOR}\'/" \ + ${PV_FILE} # We invoke make recursively only to force ordering of our phony # targets in the case of parallel invocation of make (-j).