diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-28 04:31:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-28 04:31:47 +0000 |
commit | a2e8fb4c99f2515c6c3d58637e0ae00e39b87c14 (patch) | |
tree | b8eadc84ef6085541f91c319fd056c659498f81e /contrib/file/patchlevel.h | |
parent | ea8dc7e0f2b0adfc957cf6491998bc3fb45edd5a (diff) |
Notes
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 e5e1b0146e89..1f74d4804c74 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 * |