From 2b4b5cc5449264448bce77bfb6788f1b675bf2fd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 19 Jul 2012 18:40:11 +0200 Subject: Start of 3.0 series Change the version numbers. This is going to be a new major version of the library breaking backward compatibility on the binary level as well as the source level. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fd4b80f..2a27ea0 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(fuse, 2.9.1) +AC_INIT(fuse, 3.0.0-pre0) AC_PREREQ(2.59d) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET -- cgit v1.2.3