diff --git a/Makefile.am b/Makefile.am index 264521833..175d9c839 100644 --- a/Makefile.am +++ b/Makefile.am @@ -422,6 +422,11 @@ build-test-guests: print-subdirs: @echo $(SUBDIRS) +# Tag HEAD with current version (only for maintainer). + +maintainer-tag: + git tag -a $(VERSION) -m "Version $(VERSION) (development)" -f + # Provide help on common Makefile targets. help: