aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-13 14:31:00 +0100
committerDavid Robillard <d@drobilla.net>2022-01-13 15:33:54 -0500
commitf078026b3c5d63c494381d3573a8107ddd7d78f7 (patch)
tree1aec4cd71120f9c3ab92542780c9d9d10d210965 /meson.build
parent1644a72d32fec7833c9f487e9ed9b99e303fc015 (diff)
downloadserd-f078026b3c5d63c494381d3573a8107ddd7d78f7.tar.gz
serd-f078026b3c5d63c494381d3573a8107ddd7d78f7.tar.bz2
serd-f078026b3c5d63c494381d3573a8107ddd7d78f7.zip
Add SerdBuffer type for mutable buffers
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 890c8894..7073a76c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('serd', ['c'],
- version: '0.30.11',
+ version: '1.0.1',
license: 'ISC',
meson_version: '>= 0.49.2',
default_options: [