diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-04 15:42:38 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-04 15:42:38 +0200 |
commit | fc63c646020a185b1665153a95cf8a2b04255ad9 (patch) | |
tree | d061ef31dea245211ee3b08f653c5fd4e288e480 | |
parent | 1e6e067fdf91d54bcf72071b00315969cf1ea9d7 (diff) | |
download | sshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.tar sshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.tar.gz sshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.tar.bz2 sshfs-fc63c646020a185b1665153a95cf8a2b04255ad9.zip |
Released 3.1.0sshfs-3.1.0
-rw-r--r-- | ChangeLog.rst | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index d5276cf..2787d11 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,5 @@ -Unreleased Changes ------------------- +Release 3.1.0 (2017-08-04) +-------------------------- * Temporarily disabled the writeback cache feature, since there have been reports of dataloss when appending to files when diff --git a/configure.ac b/configure.ac index c3e4b71..67fe5e1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(sshfs, 3.0.0) +AC_INIT(sshfs, 3.1.0) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) diff --git a/meson.build b/meson.build index d4a96ea..401e9e2 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('sshfs', 'c', version: '3.0.0', +project('sshfs', 'c', version: '3.1.0', meson_version: '>= 0.38', default_options: [ 'buildtype=plain' ]) |