aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19cf11f..618a427 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-03-08 Miklos Szeredi <miklos@szeredi.hu>
+ * Released 2.4
+
+2012-03-08 Miklos Szeredi <miklos@szeredi.hu>
+
* Make sure idmap files aren't writable by others otherwise, other
local users could change the mapping, and gain access to things
they shouldn't. Patch by Mike Kelly
diff --git a/configure.ac b/configure.ac
index 1cf48b3..d433038 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(sshfs-fuse, 2.3)
+AC_INIT(sshfs-fuse, 2.4)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)