aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog.rst2
-rw-r--r--meson.build2
3 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 2bee369..9d4d49b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -131,6 +131,7 @@ Stefan Hajnoczi <stefanha@redhat.com>
Tej Chajed <tchajed@mit.edu>
tenzap <46226844+tenzap@users.noreply.github.com>
therealneworld@gmail.com <therealneworld@gmail.com>
+Tomasz Kulasek <34129113+tkulasek@users.noreply.github.com>
Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
userwithuid <userwithuid@gmail.com>
Valentin Plugaru <valentin.plugaru@uni.lu>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 57bd743..7087e71 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,4 +1,4 @@
-Unreleased Changes
+libfuse 3.9.0 (2019-12-14)
==========================
* Added support for FUSE_EXPLICIT_INVAL_DATA to enable
diff --git a/meson.build b/meson.build
index 0f1a77f..aad338e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', ['cpp', 'c'], version: '3.8.0',
+project('libfuse3', ['cpp', 'c'], version: '3.9.0',
meson_version: '>= 0.42',
default_options: [ 'buildtype=debugoptimized' ])