]> granicus.if.org Git - file/commitdiff
welcome to 4.09
authorChristos Zoulas <christos@zoulas.com>
Wed, 7 Apr 2004 00:32:25 +0000 (00:32 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 7 Apr 2004 00:32:25 +0000 (00:32 +0000)
configure
configure.in
src/patchlevel.h

index e1af5ecd6ec1aad4874118d570c7ff776e299896..794c20165e811b9394a4256c35e16a6d80339a82 100755 (executable)
--- a/configure
+++ b/configure
@@ -1555,7 +1555,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=file
- VERSION=4.08
+ VERSION=4.09
 
 
 cat >>confdefs.h <<_ACEOF
index 5b9559cffedbd622654c12eaf15fec024c2cc396..df869ba206399616a29bc721cd3bf5fd169356d3 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/file.c)
-AM_INIT_AUTOMAKE(file, 4.08)
+AM_INIT_AUTOMAKE(file, 4.09)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
index b81d6663ef6f560921180cba74f15e98d5ff1c9a..b3586044bc0e5e934065dc8713d2e14448fcbdaf 100644 (file)
@@ -1,11 +1,14 @@
 #define        FILE_VERSION_MAJOR      4
-#define        patchlevel              8
+#define        patchlevel              9
 
 /*
  * Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.51 2004/03/22 21:17:11 christos Exp $
+ * $Id: patchlevel.h,v 1.52 2004/04/07 00:32:25 christos Exp $
  *
  * $Log: patchlevel.h,v $
+ * Revision 1.52  2004/04/07 00:32:25  christos
+ * welcome to 4.09
+ *
  * Revision 1.51  2004/03/22 21:17:11  christos
  * welcome to 4.08.
  *