diff options
author | obrien <obrien@FreeBSD.org> | 2004-12-28 04:31:47 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-12-28 04:31:47 +0000 |
commit | df11c7b63d4e785920524068f8f9cbdef5dc08ad (patch) | |
tree | 1f6a2b8408267a2849e0e3074601f0e52db5e802 /contrib/file/patchlevel.h | |
parent | bda6cdf5897e5ebed7279aca3ea3387bddcb19b0 (diff) | |
download | FreeBSD-src-df11c7b63d4e785920524068f8f9cbdef5dc08ad.zip FreeBSD-src-df11c7b63d4e785920524068f8f9cbdef5dc08ad.tar.gz |
Virgin import of Christos Zoulas's FILE 4.12.
Diffstat (limited to 'contrib/file/patchlevel.h')
-rw-r--r-- | contrib/file/patchlevel.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/file/patchlevel.h b/contrib/file/patchlevel.h index e5e1b01..1f74d48 100644 --- a/contrib/file/patchlevel.h +++ b/contrib/file/patchlevel.h @@ -1,11 +1,17 @@ #define FILE_VERSION_MAJOR 4 -#define patchlevel 10 +#define patchlevel 12 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.53 2004/07/24 20:40:46 christos Exp $ + * $Id: patchlevel.h,v 1.55 2004/11/24 18:57:47 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.55 2004/11/24 18:57:47 christos + * Re-do the autoconf stuff once more; passes make dist now. + * + * Revision 1.54 2004/11/21 05:52:05 christos + * ready for 4.11 + * * Revision 1.53 2004/07/24 20:40:46 christos * welcome to 4.10 * |