From 065f222cd58501acbe6dde5520c1c2498e8d3c08 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 20 Jan 2006 15:15:21 +0000 Subject: fix --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d14db87..4e29570 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(fuse, 2.5.0) +AC_INIT(fuse, 2.7.0-pre0) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AM_CONFIG_HEADER(include/config.h) @@ -23,7 +23,7 @@ esac if test "$ac_env_CFLAGS_set" != set; then CFLAGS="-Wall -W -g -O2" fi -CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=25" +CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=27" AC_ARG_ENABLE(kernel-module, [ --enable-kernel-module Compile kernel module ]) -- cgit v1.2.3