diff options
author | Andrew G Morgan <morgan@kernel.org> | 2013-12-24 11:37:35 -0800 |
---|---|---|
committer | Andrew G Morgan <morgan@kernel.org> | 2013-12-24 11:37:35 -0800 |
commit | 614111b3dc156d7b9d46e71f83d11c7086747631 (patch) | |
tree | 4317573f49fab3a15aa12edf8af58a76a41d3dc3 | |
parent | 12ea42e59cbac9b6c58ac81af577086beda86ead (diff) | |
download | libcap2-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.Rules | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -40,7 +40,7 @@ PKGCONFIGDIR=$(FAKEROOT)$(prefix)/$(lib)/pkgconfig # common defines for libcap LIBTITLE=libcap VERSION=2 -MINOR=22 +MINOR=23 # # Compilation specifics @@ -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 |