From 4d535bbe0390ed4f03c611e433145c9e49cbf3ad Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jul 2017 14:59:05 +0200 Subject: Add serd_node_from_substring() This allows creating nodes in-place from substrings of other strings to allow zero-copy serialization from existing delimited buffers. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index fdd6c81d..4a80da1d 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SERD_VERSION = '0.27.1' +SERD_VERSION = '0.27.2' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1