Update for 1.96 release.
diff --git a/Make.Rules b/Make.Rules
index c6cd200..9817990 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -41,7 +41,7 @@
 # common defines for libcap
 LIBTITLE=libcap
 VERSION=1
-MINOR=95
+MINOR=96
 #
 
 # Compilation specifics
diff --git a/Makefile b/Makefile
index c704f41..5ae908b 100644
--- a/Makefile
+++ b/Makefile
@@ -26,4 +26,4 @@
 	$(DISTCLEAN)
 
 release: distclean
-	cd .. ; tar cvfz libcap-$(VERSION).$(MINOR).tar.gz libcap-$(VERSION).$(MINOR)
+	cd .. && ln -s libcap libcap-$(VERSION).$(MINOR) && tar cvfz libcap-$(VERSION).$(MINOR).tar.gz libcap-$(VERSION).$(MINOR)/* && rm libcap-$(VERSION).$(MINOR)