From: Christos Zoulas Date: Mon, 4 May 2009 15:15:13 +0000 (+0000) Subject: 5.02... X-Git-Tag: FILE5_02 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f7cc2d5e72f846cea3a40febebf53dbea1c6435;p=file 5.02... --- diff --git a/configure.ac b/configure.ac index 136d35e6..c6b5753e 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.01, christos@astron.com) +AC_INIT(file, 5.02, christos@astron.com) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) #AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/patchlevel.h b/src/patchlevel.h index c1bbd091..72e2c57d 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,14 @@ #define FILE_VERSION_MAJOR 5 -#define patchlevel 1 +#define patchlevel 2 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $File: patchlevel.h,v 1.71 2009/01/21 19:09:42 christos Exp $ + * $File: patchlevel.h,v 1.72 2009/04/30 21:20:15 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.73 2009/05/04 15:15:13 christos + * 5.02... + * * Revision 1.72 2009/04/30 21:20:15 christos * 5.01 we are almost here. *