summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2009-04-30 21:20:15 +0000
committerChristos Zoulas <christos@zoulas.com>2009-04-30 21:20:15 +0000
commitee7aca688684c3344579ab4b32986510199b1ed6 (patch)
treea5aee86c8dd3524cc18d3315c6684f7699b62cad
parentc8ee5698b01499afe40524b7d17ff8b4b821b7ed (diff)
downloadfile-git-ee7aca688684c3344579ab4b32986510199b1ed6.tar.gz
5.01 we are almost here.FILE5_01
-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 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 d802df25..c1bbd091 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.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.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
*