commit | a613b0086f97e52019bee2c9d0ff65f6a1bfe1b2 | [log] [tgz] |
---|---|---|
author | Andrew G. Morgan <morgan@kernel.org> | Sun Jul 24 19:24:16 2011 -0700 |
committer | Andrew G. Morgan <morgan@kernel.org> | Sun Jul 24 19:24:16 2011 -0700 |
tree | 9c43bc003f03dd54511e065ff8c7d7953421b060 | |
parent | af725c50c2930485947bd958dbdf984faf8fc1ba [diff] [blame] |
This is release 2.22. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
diff --git a/Makefile b/Makefile index 9076724..b0a8727 100644 --- a/Makefile +++ b/Makefile
@@ -28,3 +28,7 @@ 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