From fc63c646020a185b1665153a95cf8a2b04255ad9 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 4 Aug 2017 15:42:38 +0200 Subject: Released 3.1.0 --- ChangeLog.rst | 4 ++-- configure.ac | 2 +- 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' ]) -- cgit v1.2.3