Released 3.6.1 fuse-3.6.1
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Jun 2019 14:25:07 +0000 (15:25 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Jun 2019 14:25:07 +0000 (15:25 +0100)
ChangeLog.rst
meson.build

index 290af348005bcd454c271822f7ab1e25103f3e33..ce1648e5b14ed8c75604d1bc952445882cbb75ba 100644 (file)
@@ -1,3 +1,9 @@
+libfuse 3.6.1 (2019-06-13)
+==========================
+
+* Fixed version number (release 3.6.0 was shipped with a declared
+  version of 3.0.0).
+
 libfuse 3.6.0 (2019-06-13)
 ==========================
 
index da00ce369cef405332d0b8c4a9634f3df9548e8e..24ac05d0cd08d9dfa167a812501125b7b5964114 100644 (file)
@@ -1,4 +1,4 @@
-project('libfuse3', ['cpp', 'c'], version: '3.0.0',
+project('libfuse3', ['cpp', 'c'], version: '3.6.1',
         meson_version: '>= 0.42',
         default_options: [ 'buildtype=debugoptimized' ])