From 91650728254f98e5949b28e3ad7bdac29047d2ae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 28 Aug 2017 12:42:50 +0200 Subject: Report errors for prematurely terminated statements --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index eaf6d50e..c080b05e 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.29.1' +SERD_VERSION = '0.29.2' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1