aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2018-05-11 15:01:09 +0100
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2018-05-11 15:01:09 +0100
commit88da32d665eb3372f590675a5642c52f11c3ca03 (patch)
treef880025fedac17e4f3f8a72fc09d5fd1e8af067b
parent44deb68ce1259e1c5c79de7c5d4b2b05d07cf82d (diff)
Released 3.2.3
-rw-r--r--ChangeLog.rst5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index d2df8fc..9b4f158 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,8 @@
+libfuse 3.2.3 (2018-05-11)
+==========================
+
+* Fixed a number of compiler warnings.
+
libfuse 3.2.2 (2018-03-31)
==========================
diff --git a/meson.build b/meson.build
index b16c51b..08153fb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', 'c', version: '3.2.1',
+project('libfuse3', 'c', version: '3.2.3',
meson_version: '>= 0.38',
default_options: [ 'buildtype=debugoptimized' ])