diff options
author | David Robillard <d@drobilla.net> | 2018-01-20 13:07:29 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-01-21 00:31:38 +0100 |
commit | 5eb7a555de2291f4df8c75ce261c555552725beb (patch) | |
tree | 38e075a0841e64996e7abeba1a36286a6c002c5f /wscript | |
parent | 6a8f9d519bcce0f7b90d18af56458c4a6701a927 (diff) | |
download | raul-5eb7a555de2291f4df8c75ce261c555552725beb.tar.gz raul-5eb7a555de2291f4df8c75ce261c555552725beb.tar.bz2 raul-5eb7a555de2291f4df8c75ce261c555552725beb.zip |
Remove URI class
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,7 +5,7 @@ import waflib.Options as Options import waflib.extras.autowaf as autowaf # Version of this package (even if built as a child) -RAUL_VERSION = '0.8.9' +RAUL_VERSION = '0.8.10' # Library version (UNIX style major, minor, micro) # major increment <=> incompatible changes @@ -71,7 +71,6 @@ tests = ''' test/symbol_test test/thread_test test/time_test - test/uri_test ''' def build(bld): |