diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2019-07-09 05:36:50 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-07-09 05:36:50 -0700 |
commit | 82e10e576e6c11eeaa13ad45421578401b14f180 (patch) | |
tree | 30f2b5cb366c362ea9325585069a4c6cdb64fe14 | |
parent | 65075085b589fd75830d64f187f98355842678d7 (diff) | |
download | libfuse-82e10e576e6c11eeaa13ad45421578401b14f180.tar.gz |
Released 3.6.2
-rw-r--r-- | ChangeLog.rst | 4 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 49b8e4f..aa7842a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,5 @@ -Unreleased Changes -================== +libfuse 3.6.2 (2019-07-09) +========================== * The init script is now installed to /etc/ rather than /usr/local/etc by default. diff --git a/meson.build b/meson.build index 24ac05d..f101d82 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['cpp', 'c'], version: '3.6.1', +project('libfuse3', ['cpp', 'c'], version: '3.6.2', meson_version: '>= 0.42', default_options: [ 'buildtype=debugoptimized' ]) |