From: Christos Zoulas Date: Thu, 30 Apr 2009 21:20:15 +0000 (+0000) Subject: 5.01 we are almost here. X-Git-Tag: FILE5_05~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80e7810793346d04bdf5e81e28b78f3628c6f444;p=file 5.01 we are almost here. --- diff --git a/configure.ac b/configure.ac index 912daf4c..136d35e6 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.00, christos@astron.com) +AC_INIT(file, 5.01, 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 b03a8d51..b914b19b 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,14 @@ #define FILE_VERSION_MAJOR 5 -#define patchlevel 0 +#define patchlevel 1 /* * 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.72 2009/04/30 21:20:15 christos + * 5.01 we are almost here. + * * Revision 1.71 2009/01/21 19:09:42 christos * file 5.0 *