[glibmm] fix release target to use correct tagging scheme



commit 0a439a0078fa4a462e1f5fcfa042ea33632b08cf
Author: Jonathon Jongsma <jonathon quotidian org>
Date:   Mon Jul 13 11:33:29 2009 -0500

    fix release target to use correct tagging scheme

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d1801f0..3de355f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ doc-rebuild:
 GIT = $(top_srcdir)/scripts/missing --run git
 
 tag-release: distcheck
-	$(GIT) tag -s -m "$(PACKAGE) release $(VERSION)" v$(VERSION)
+	$(GIT) tag -s -m "$(PACKAGE) release $(VERSION)" $(PACKAGE)-$(VERSION)
 	@echo "Release Tagged."
 
 upload-release: tag-release



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]