From: Christos Zoulas Date: Wed, 21 Jan 2009 19:09:42 +0000 (+0000) Subject: file 5.0 X-Git-Tag: FILE5_05~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f988152ee254adbc47e9c1c55368e1b07b30939;p=file file 5.0 --- diff --git a/configure.ac b/configure.ac index 6af5f53d..c4155d7e 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, 4.26, christos@astron.com) +AC_INIT(file, 5.0, christos@astron.com) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) diff --git a/src/patchlevel.h b/src/patchlevel.h index db6858b5..b03a8d51 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,14 @@ -#define FILE_VERSION_MAJOR 4 -#define patchlevel 26 +#define FILE_VERSION_MAJOR 5 +#define patchlevel 0 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $File: patchlevel.h,v 1.70 2008/08/30 10:01:01 christos Exp $ + * $File: patchlevel.h,v 1.71 2009/01/21 19:09:42 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.71 2009/01/21 19:09:42 christos + * file 5.0 + * * Revision 1.70 2008/08/30 10:01:01 christos * file 4.26 *