change versions for file 3.39
This commit is contained in:
parent
ce0a2bbbef
commit
2af7f26ded
|
@ -1,6 +1,6 @@
|
|||
#!/usr/pkg/bin/perl
|
||||
#
|
||||
# $NetBSD: file2netbsd,v 1.12 2002/05/18 07:11:14 pooka Exp $
|
||||
# $NetBSD: file2netbsd,v 1.13 2002/07/09 15:01:36 pooka Exp $
|
||||
#
|
||||
# Perl script to convert a standard distribution directory for file into
|
||||
# a NetBSD source tree.
|
||||
|
@ -18,7 +18,7 @@
|
|||
# Written by Christos Zoulas July 17, 1997 for file-3.26
|
||||
#
|
||||
|
||||
$version = "3.38";
|
||||
$version = "3.39";
|
||||
|
||||
# definitions ...
|
||||
|
||||
|
@ -389,7 +389,7 @@ magic:
|
|||
#define PACKAGE "file"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "3.38"
|
||||
#define VERSION "3.39"
|
||||
|
||||
/* HAVE_TM_ZONE */
|
||||
#define HAVE_TM_ZONE 1
|
||||
|
|
Loading…
Reference in New Issue