From 1ae793464e0cfb71dedc9807d97132fdc6145005 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Apr 2017 10:51:46 +0200 Subject: Factor out file reading from reader --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 738c66af..60970e69 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.26.0' +SERD_VERSION = '0.27.0' SERD_MAJOR_VERSION = '0' # Mandatory waf variables @@ -87,6 +87,7 @@ def configure(conf): print('') lib_source = [ + 'src/byte_source.c', 'src/env.c', 'src/node.c', 'src/reader.c', -- cgit v1.2.1