summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Stoeckl <code@mstoeckl.com>2022-10-29 20:48:35 -0400
committerManuel Stoeckl <code@mstoeckl.com>2022-10-29 21:09:59 -0400
commitc11e65e25a2980a2f91f3a78c1b8d9707a3d02f2 (patch)
tree887ef963073f76c2411e31c7b42294b1274620a8
parent0d911a31bcfbed53fa0277437d728e6ae3b0406c (diff)
Bump versionv0.8.4
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 74f782d..d53e7d8 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project(
'warning_level=3',
'werror=true',
],
- version: '0.8.3',
+ version: '0.8.4',
)
# DEFAULT_SOURCE implies POSIX_C_SOURCE 200809L + extras like CMSG_LEN