From 52d36530ef5bfd1b2be810a1ade6e034b76aa097 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 24 Apr 2017 21:41:46 +0200 Subject: Allow arbitrary page size to be passed for custom sources --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index fb1a5bce..7558d73b 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.0' +SERD_VERSION = '0.27.1' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1