diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |