From: Christos Zoulas Date: Mon, 17 Jan 2011 16:40:41 +0000 (+0000) Subject: welcome to 5_05 X-Git-Tag: FILE5_07~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46fcd2ab655d6ccfa1432e7a90bd28f9f4214ae4;p=file welcome to 5_05 --- diff --git a/configure.ac b/configure.ac index 7f3205ad..2a57213b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(file, 5.04, christos@astron.com) +AC_INIT(file, 5.05, christos@astron.com) AM_INIT_AUTOMAKE() m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/src/patchlevel.h b/src/patchlevel.h index 43b63bd7..59d5e536 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,14 @@ #define FILE_VERSION_MAJOR 5 -#define patchlevel 4 +#define patchlevel 5 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $File: patchlevel.h,v 1.74 2009/05/06 20:32:48 christos Exp $ + * $File: patchlevel.h,v 1.75 2010/01/22 21:08:13 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.76 2011/01/17 16:40:41 christos + * welcome to 5_05 + * * Revision 1.75 2010/01/22 21:08:13 christos * welcome to 5.04 *