summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Stoeckl <code@mstoeckl.com>2022-08-07 17:08:55 -0400
committerManuel Stoeckl <code@mstoeckl.com>2022-08-07 17:08:55 -0400
commitf37c665893c74fb3f47364a4c2cecad8248ee6d4 (patch)
tree7585f9455db5bccdaae2057dd9072587e96b23c1
parent212df9416ccd038d374c7a4b9623a4bbc20dd59f (diff)
Bump versionv0.8.3
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 48d87a3..74f782d 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project(
'warning_level=3',
'werror=true',
],
- version: '0.8.2',
+ version: '0.8.3',
)
# DEFAULT_SOURCE implies POSIX_C_SOURCE 200809L + extras like CMSG_LEN