diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2010-11-08 17:13:22 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2010-11-08 17:13:22 +0100 |
commit | b8ce6e5026b72851324c633c66d682968d3b3f26 (patch) | |
tree | e1671916941f9cbeff3224561541bb338a52a9a6 | |
parent | 4e0aea6a96146115e2fb3b8c4a4c75325ad894d7 (diff) | |
download | libfuse-b8ce6e5026b72851324c633c66d682968d3b3f26.tar.gz |
bump version to 2.9.0-pre0
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | lib/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 846868a..7487fb6 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(fuse, 2.8.4) +AC_INIT(fuse, 2.9.0-pre0) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE diff --git a/lib/Makefile.am b/lib/Makefile.am index fe011cb..010b244 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -36,7 +36,7 @@ libfuse_la_SOURCES = \ $(iconv_source) \ $(mount_source) -libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:8:4 \ +libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:9:0 \ -Wl,--version-script,$(srcdir)/fuse_versionscript if NETBSD |