From a7be33a7640ee51066c41eded5812d9cee5ad27e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jan 2021 14:31:00 +0100 Subject: Add SerdBuffer type for mutable buffers This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index d4266b1a..fadc0aa6 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: [ -- cgit v1.2.1