diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-10-29 Miklos Szeredi <miklos@szeredi.hu> + + * Released 1.3 + 2005-10-28 Miklos Szeredi <miklos@szeredi.hu> * Add atomic create+open and ftruncate operation. This should fix diff --git a/configure.ac b/configure.ac index 92a4898..314d00f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(sshfs-fuse, 1.2) +AC_INIT(sshfs-fuse, 1.3) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) |