diff options
author | David Robillard <d@drobilla.net> | 2016-07-09 11:29:44 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-09 11:29:44 -0400 |
commit | 443f470383dc3acba0fde7b705e8ff81a7c49595 (patch) | |
tree | 1b6a094465f3ec7844695aaf54722cfd65791e87 /wscript | |
parent | c7715b8b5ee48297c9a4fc0831556921d5f78fb0 (diff) | |
download | serd-443f470383dc3acba0fde7b705e8ff81a7c49595.tar.gz serd-443f470383dc3acba0fde7b705e8ff81a7c49595.tar.bz2 serd-443f470383dc3acba0fde7b705e8ff81a7c49595.zip |
Fix construction of URIs with UTF-8 characters
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |