git-archive --format=zip: use default version ID
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Fri, 6 Oct 2006 23:47:24 +0000 (01:47 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Oct 2006 06:16:54 +0000 (23:16 -0700)
Use 10 for the "version needed to extract" field. This is the
default value, and we want to use it because we don't do anything
special. Info-ZIP's zip uses it, too.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found