aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--kernel/configure.ac2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 24ce02d..93681c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-01-09 Miklos Szeredi <miklos@szeredi.hu>
+ * Released 2.2-pre2
+
+2005-01-09 Miklos Szeredi <miklos@szeredi.hu>
+
* Change "uid" mount option to "user_id" to avoid confusion with a
mount option "uid" commonly used by many filesystems
diff --git a/configure.in b/configure.in
index a039490..2820924 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(fuse, 2.2-pre1)
+AC_INIT(fuse, 2.2-pre2)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(include/config.h)
diff --git a/kernel/configure.ac b/kernel/configure.ac
index b8099a5..14d9593 100644
--- a/kernel/configure.ac
+++ b/kernel/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(fuse-kernel, 2.2-pre1)
+AC_INIT(fuse-kernel, 2.2-pre2)
AC_CONFIG_HEADERS([config.h])
AC_PROG_INSTALL