From a613b0086f97e52019bee2c9d0ff65f6a1bfe1b2 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 24 Jul 2011 19:24:16 -0700 Subject: This is release 2.22. Signed-off-by: Andrew G. Morgan --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9076724..b0a8727 100644 --- a/Makefile +++ b/Makefile @@ -28,3 +28,7 @@ distclean: clean release: distclean cd .. && ln -s libcap libcap-$(VERSION).$(MINOR) && tar cvfz libcap-$(VERSION).$(MINOR).tar.gz libcap-$(VERSION).$(MINOR)/* && rm libcap-$(VERSION).$(MINOR) + +tagrelease: distclean + git tag -s libcap-$(VERSION).$(MINOR) + make release -- cgit v1.2.3