From 443f470383dc3acba0fde7b705e8ff81a7c49595 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Jul 2016 11:29:44 -0400 Subject: Fix construction of URIs with UTF-8 characters --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 59416f9c..122a6f04 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.22.3' +SERD_VERSION = '0.22.4' SERD_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1