From 63172bb02b57c9b8799bd16e11ca831cc8930b61 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 01 Nov 2017 13:42:09 -0400 Subject: Makefile.am: Add $(PACKAGE_VERSION) to PACKAGE_STRING --- diff --git a/Makefile.am b/Makefile.am index 8efc035..f23cd21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ endif # * Automake's distdir macro # * Automake's distdir target (which checks for $(VERSION) in NEWS) # * Our release target -PACKAGE_STRING = $(PACKAGE_NAME) $(PACKAGE_VERSION_GIT) +PACKAGE_STRING = $(PACKAGE_NAME) $(PACKAGE_VERSION)$(PACKAGE_VERSION_GIT) bin_PROGRAMS = marquee -- cgit v0.9.1