Bump minor version
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 7 Apr 2019 14:05:00 +0000 (15:05 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 7 Apr 2019 14:21:53 +0000 (15:21 +0100)
cache_readdir flag is a new feature.

ChangeLog.rst
meson.build

index 1abb66c5c46d828199b7ae06e27b171d8dac617d..d1bbbec4407737607e54a5d48df5a53863b6f284 100644 (file)
@@ -1,5 +1,5 @@
-Unreleased Changes
-==================
+libfuse 3.5.0 (UNRELEASED)
+==========================
 
 * Changed ioctl commands to "unsigned int" in order to support commands
   which do not fit into a signed int. Commands issued by applications
index 6121da58d5cb6f80bd4928a5b08cda1f2bba4164..9c35745966549553d0d7f83a4924551c497f51ad 100644 (file)
@@ -1,4 +1,4 @@
-project('libfuse3', 'c', version: '3.4.2',
+project('libfuse3', 'c', version: '3.5.0',
         meson_version: '>= 0.42',
         default_options: [ 'buildtype=debugoptimized' ])