summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2003-02-08 18:35:36 +0000
committerChristos Zoulas <christos@zoulas.com>2003-02-08 18:35:36 +0000
commit64c1c77a1ddd8f260534c2a0ad8a59446366873d (patch)
tree9b7fffcd9e9f43839f2a05e796bc1b8c270a2cef
parentbd07d23ff05e7fe0ba15bb3899d535e7e4ab0ca4 (diff)
downloadfile-git-64c1c77a1ddd8f260534c2a0ad8a59446366873d.tar.gz
welcome to 3.40FILE3_40
-rw-r--r--README4
-rwxr-xr-xconfigure2
-rw-r--r--src/Makefile.std4
3 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 5d53f4ed..0fd8c47b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
** README for file(1) Command **
-@(#) $Id: README,v 1.27 2002/07/06 14:24:54 christos Exp $
+@(#) $Id: README,v 1.28 2003/02/08 18:35:36 christos Exp $
This is Release 3.x of Ian Darwin's (copyright but distributable)
file(1) command. This version is the standard "file" command for Linux,
@@ -91,7 +91,7 @@ DOS and Mac.
From: Kees Zeelenberg
-An MS-Windows (Win32) port of File-3.39 is available from
+An MS-Windows (Win32) port of File-3.40 is available from
http://gnuwin32.sourceforge.net/
File is an implementation of the Unix File(1) command.
It knows the 'magic number' of several thousands of file types.
diff --git a/configure b/configure
index d4149dfc..e4c04f19 100755
--- a/configure
+++ b/configure
@@ -699,7 +699,7 @@ fi
PACKAGE=file
-VERSION=3.39
+VERSION=3.40
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/src/Makefile.std b/src/Makefile.std
index b930f041..96912118 100644
--- a/src/Makefile.std
+++ b/src/Makefile.std
@@ -1,6 +1,6 @@
# Makefile for file(1) cmd.
# Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
-# @(#)$Id: Makefile.std,v 1.15 2002/07/03 18:57:52 christos Exp $
+# @(#)$Id: Makefile.std,v 1.16 2003/02/08 18:35:36 christos Exp $
#
# This software is not subject to any license of the American Telephone
# and Telegraph Company or of the Regents of the University of California.
@@ -22,7 +22,7 @@
#
# 4. This notice may not be removed or altered.
#
-VERSION = 3.39
+VERSION = 3.40
SHELL = /bin/sh
#MAGIC = /etc/magic
MAGIC = /usr/local/etc/magic