diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-05-05 11:55:53 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-05-05 11:55:53 +0000 |
commit | 61a154807b607b4b5f70b973004b4b1dd4e286c6 (patch) | |
tree | 2852a79549ba42935e76f8aed7316ec405a76d94 /configure.ac | |
parent | c67cf9b98b9056d30261199774d6062eb68cda2f (diff) | |
download | sshfs-61a154807b607b4b5f70b973004b4b1dd4e286c6.tar sshfs-61a154807b607b4b5f70b973004b4b1dd4e286c6.tar.gz sshfs-61a154807b607b4b5f70b973004b4b1dd4e286c6.tar.bz2 sshfs-61a154807b607b4b5f70b973004b4b1dd4e286c6.zip |
fix
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4201d06..67c5210 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(sshfs-fuse, 1.1) +AC_INIT(sshfs-fuse, 1.2-pre1) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) |