diff options
author | David Robillard <d@drobilla.net> | 2014-12-10 20:55:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-12-10 20:55:14 +0000 |
commit | d51be9b8d97791bff796d046d10fe16fd4e41311 (patch) | |
tree | 2b6ab1c33692332df65b060295b83e09b7587dd2 /wscript | |
parent | cb580bb689733d8db0921f2a3a2232133b9d26b5 (diff) | |
download | serd-d51be9b8d97791bff796d046d10fe16fd4e41311.tar.gz serd-d51be9b8d97791bff796d046d10fe16fd4e41311.tar.bz2 serd-d51be9b8d97791bff796d046d10fe16fd4e41311.zip |
Configurable strict parsing to tolerate invalid URIs.
git-svn-id: http://svn.drobilla.net/serd/trunk@480 490d8e77-9747-427b-9fa3-0b8f29cee8a0
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.21.0' +SERD_VERSION = '0.21.1' SERD_MAJOR_VERSION = '0' # Mandatory waf variables |