aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew G Morgan <morgan@kernel.org>2013-12-24 11:37:35 -0800
committerAndrew G Morgan <morgan@kernel.org>2013-12-24 11:37:35 -0800
commit614111b3dc156d7b9d46e71f83d11c7086747631 (patch)
tree4317573f49fab3a15aa12edf8af58a76a41d3dc3 /Makefile
parent12ea42e59cbac9b6c58ac81af577086beda86ead (diff)
downloadplatform_external_libcap-614111b3dc156d7b9d46e71f83d11c7086747631.tar.gz
platform_external_libcap-614111b3dc156d7b9d46e71f83d11c7086747631.tar.bz2
platform_external_libcap-614111b3dc156d7b9d46e71f83d11c7086747631.zip
Prepare for a release tag.
Signed-off-by: Andrew G Morgan <morgan@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0a8727..44f5999 100644
--- a/Makefile
+++ b/Makefile
@@ -30,5 +30,5 @@ 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)
+ git tag -u D41A6DF2 -s libcap-$(VERSION).$(MINOR)
make release