aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-12-07 08:10:52 -0500
committerJeff Garzik <jeff@garzik.org>2006-12-07 08:10:52 -0500
commitae90ffefea772881ff68a2db017746e16f045233 (patch)
treec0d9768908d51fc293a26815e9051e17b2991e72
parent705dc39872da9676a4fc613a961cce1c879876b5 (diff)
downloaddbfs-ae90ffefea772881ff68a2db017746e16f045233.tar.gz
Bump version to 0.7git.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3692762..1100c07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT(fuse-dbfs, 0.6, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(fuse-dbfs, 0.7git, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([dbfs.c])
AM_INIT_AUTOMAKE([gnu])