summaryrefslogtreecommitdiff
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
parent12ea42e59cbac9b6c58ac81af577086beda86ead (diff)
downloadlibcap2-614111b3dc156d7b9d46e71f83d11c7086747631.tar.gz
Prepare for a release tag.libcap-korg-2.23libcap-2.23
Signed-off-by: Andrew G Morgan <morgan@kernel.org>
-rw-r--r--Make.Rules2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Make.Rules b/Make.Rules
index b8f1629..9ca6c89 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -40,7 +40,7 @@ PKGCONFIGDIR=$(FAKEROOT)$(prefix)/$(lib)/pkgconfig
# common defines for libcap
LIBTITLE=libcap
VERSION=2
-MINOR=22
+MINOR=23
#
# Compilation specifics
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