summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2011-07-24 19:24:16 -0700
committerAndrew G. Morgan <morgan@kernel.org>2011-07-24 19:24:16 -0700
commita613b0086f97e52019bee2c9d0ff65f6a1bfe1b2 (patch)
tree9c43bc003f03dd54511e065ff8c7d7953421b060
parentaf725c50c2930485947bd958dbdf984faf8fc1ba (diff)
downloadlibcap2-a613b0086f97e52019bee2c9d0ff65f6a1bfe1b2.tar.gz
This is release 2.22.libcap-2.22
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--Make.Rules2
-rw-r--r--Makefile4
2 files changed, 5 insertions, 1 deletions
diff --git a/Make.Rules b/Make.Rules
index b99b752..8393738 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -39,7 +39,7 @@ LIBDIR=$(FAKEROOT)$(lib_prefix)/$(lib)
# common defines for libcap
LIBTITLE=libcap
VERSION=2
-MINOR=21
+MINOR=22
#
# Compilation specifics
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