summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2009-05-04 15:15:13 +0000
committerChristos Zoulas <christos@zoulas.com>2009-05-04 15:15:13 +0000
commit4f7cc2d5e72f846cea3a40febebf53dbea1c6435 (patch)
tree0db31c38f1992f5b481e524efc337d2064e966b7
parent87b390b36522fac36fdc0a03dfe129774f7938c2 (diff)
downloadfile-git-4f7cc2d5e72f846cea3a40febebf53dbea1c6435.tar.gz
5.02...FILE5_02
-rw-r--r--configure.ac2
-rw-r--r--src/patchlevel.h7
2 files changed, 6 insertions, 3 deletions
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.
*