Prepare for a release tag.

Signed-off-by: Andrew G Morgan <morgan@kernel.org>
diff --git a/Make.Rules b/Make.Rules
index b8f1629..9ca6c89 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -40,7 +40,7 @@
 # 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 @@
 	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