diff options
| author | Michael Forney <mforney@mforney.org> | 2017-06-05 00:14:02 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-06-05 21:45:55 -0700 |
| commit | 1f918ac05898529d8a33474f70bf7c61032a9929 (patch) | |
| tree | 50cd5babbd7d75fdac50f71ada682485ac163ddf /pkg/sshfs/config.h | |
| parent | 622c42091688fe6658c488d9790d655304086fb7 (diff) | |
sshfs: Update to 2.9
Diffstat (limited to 'pkg/sshfs/config.h')
| -rw-r--r-- | pkg/sshfs/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/sshfs/config.h b/pkg/sshfs/config.h index 9c23d485..00042458 100644 --- a/pkg/sshfs/config.h +++ b/pkg/sshfs/config.h @@ -3,9 +3,9 @@ #define PACKAGE "sshfs" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "sshfs" -#define PACKAGE_STRING "sshfs 2.8" +#define PACKAGE_STRING "sshfs 2.9" #define PACKAGE_TARNAME "sshfs" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.8" +#define PACKAGE_VERSION "2.9" /* #undef SSH_NODELAY_WORKAROUND */ -#define VERSION "2.8" +#define VERSION "2.9" |
