From 8c1d0d960f702f5f09fcc2079940451816f173f6 Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Tue, 5 Jan 1993 14:57:27 +0000 Subject: [PATCH] Couple of nits picked by Christos (again, thanks). --- src/patchlevel.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/patchlevel.h b/src/patchlevel.h index 85faf147..d9236e12 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,15 +1,18 @@ /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.6 1993/01/05 13:51:09 ian Exp $ + * $Id: patchlevel.h,v 1.7 1993/01/05 14:57:27 ian Exp $ * * $Log: patchlevel.h,v $ - * Revision 1.6 1993/01/05 13:51:09 ian - * Lotsa work on the Magic directory. + * Revision 1.7 1993/01/05 14:57:27 ian + * Couple of nits picked by Christos (again, thanks). * + * Revision 1.6 93/01/05 13:51:09 ian + * Lotsa work on the Magic directory. + * * Revision 1.5 92/09/14 14:54:51 ian * Fix a tiny null-pointer bug in previous fix for tar archive + uncompress. * */ #define FILE_VERSION_MAJOR 3 -#define patchlevel 6 +#define patchlevel 7 -- 2.50.1