diff options
author | David Robillard <d@drobilla.net> | 2011-01-30 21:40:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-30 21:40:26 +0000 |
commit | d2ca87e3f2b8e38222f9c2a9f3235e4d270528c7 (patch) | |
tree | a123a427159fe57f90d00d9d846b24b7e7f283e8 /wscript | |
parent | 23ef7a21c277ba5e864748d8e61ff3e20054758f (diff) | |
download | lilv-d2ca87e3f2b8e38222f9c2a9f3235e4d270528c7.tar.gz lilv-d2ca87e3f2b8e38222f9c2a9f3235e4d270528c7.tar.bz2 lilv-d2ca87e3f2b8e38222f9c2a9f3235e4d270528c7.zip |
Remove all use of, and API support for, SPARQL.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2875 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ import autowaf import Options # Version of this package (even if built as a child) -SLV2_VERSION = '0.6.8' +SLV2_VERSION = '0.6.9' # Library version (UNIX style major, minor, micro) # major increment <=> incompatible changes @@ -28,7 +28,7 @@ SLV2_VERSION = '0.6.8' # 0.6.2 = 9,1,1 # 0.6.4 = 9,2,0 # 0.6.6 = 9,2,0 -SLV2_LIB_VERSION = '9.3.0' +SLV2_LIB_VERSION = '10.0.0' # Variables for 'waf dist' APPNAME = 'slv2' |