Version 3.4. 3.4
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 18 Mar 2011 22:10:13 +0000 (22:10 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 18 Mar 2011 22:11:46 +0000 (22:11 +0000)
.depend
configure.ac

diff --git a/.depend b/.depend
index 202d8c6..c42620f 100644 (file)
--- a/.depend
+++ b/.depend
@@ -1,29 +1,29 @@
-config.cmo: 
-config.cmx: 
-febootstrap_utils.cmi: 
-febootstrap_utils.cmo: febootstrap_utils.cmi 
-febootstrap_utils.cmx: febootstrap_utils.cmi 
-febootstrap_cmdline.cmi: 
-febootstrap_cmdline.cmo: config.cmo febootstrap_cmdline.cmi 
-febootstrap_cmdline.cmx: config.cmx febootstrap_cmdline.cmi 
-febootstrap_package_handlers.cmi: 
+config.cmo:
+config.cmx:
+febootstrap_utils.cmi:
+febootstrap_utils.cmo: febootstrap_utils.cmi
+febootstrap_utils.cmx: febootstrap_utils.cmi
+febootstrap_cmdline.cmi:
+febootstrap_cmdline.cmo: config.cmo febootstrap_cmdline.cmi
+febootstrap_cmdline.cmx: config.cmx febootstrap_cmdline.cmi
+febootstrap_package_handlers.cmi:
 febootstrap_package_handlers.cmo: febootstrap_utils.cmi \
-    febootstrap_cmdline.cmi febootstrap_package_handlers.cmi 
+    febootstrap_cmdline.cmi febootstrap_package_handlers.cmi
 febootstrap_package_handlers.cmx: febootstrap_utils.cmx \
-    febootstrap_cmdline.cmx febootstrap_package_handlers.cmi 
+    febootstrap_cmdline.cmx febootstrap_package_handlers.cmi
 febootstrap_yum_rpm.cmo: febootstrap_utils.cmi \
-    febootstrap_package_handlers.cmi febootstrap_cmdline.cmi config.cmo 
+    febootstrap_package_handlers.cmi febootstrap_cmdline.cmi config.cmo
 febootstrap_yum_rpm.cmx: febootstrap_utils.cmx \
-    febootstrap_package_handlers.cmx febootstrap_cmdline.cmx config.cmx 
+    febootstrap_package_handlers.cmx febootstrap_cmdline.cmx config.cmx
 febootstrap_debian.cmo: febootstrap_utils.cmi \
-    febootstrap_package_handlers.cmi febootstrap_cmdline.cmi config.cmo 
+    febootstrap_package_handlers.cmi febootstrap_cmdline.cmi config.cmo
 febootstrap_debian.cmx: febootstrap_utils.cmx \
-    febootstrap_package_handlers.cmx febootstrap_cmdline.cmx config.cmx 
+    febootstrap_package_handlers.cmx febootstrap_cmdline.cmx config.cmx
 febootstrap_pacman.cmo: febootstrap_utils.cmi \
-    febootstrap_package_handlers.cmi febootstrap_cmdline.cmi config.cmo 
+    febootstrap_package_handlers.cmi febootstrap_cmdline.cmi config.cmo
 febootstrap_pacman.cmx: febootstrap_utils.cmx \
-    febootstrap_package_handlers.cmx febootstrap_cmdline.cmx config.cmx 
+    febootstrap_package_handlers.cmx febootstrap_cmdline.cmx config.cmx
 febootstrap.cmo: febootstrap_utils.cmi febootstrap_package_handlers.cmi \
-    febootstrap_cmdline.cmi config.cmo 
+    febootstrap_cmdline.cmi config.cmo
 febootstrap.cmx: febootstrap_utils.cmx febootstrap_package_handlers.cmx \
-    febootstrap_cmdline.cmx config.cmx 
+    febootstrap_cmdline.cmx config.cmx
index f4b4a23..2d80ecf 100644 (file)
@@ -1,5 +1,5 @@
 dnl febootstrap configure.ac
-dnl (C) Copyright 2009-2010 Red Hat Inc.
+dnl (C) Copyright 2009-2011 Red Hat Inc.
 dnl
 dnl This program is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 dnl
 dnl Written by Richard W.M. Jones <rjones@redhat.com>
 
-AC_INIT(febootstrap,3.3)
+AC_INIT(febootstrap,3.4)
 AM_INIT_AUTOMAKE
 
 dnl Check for basic C environment.