aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.rst4
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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' ])