diff options
author | David Robillard <d@drobilla.net> | 2011-01-30 21:27:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-30 21:27:39 +0000 |
commit | 23ef7a21c277ba5e864748d8e61ff3e20054758f (patch) | |
tree | 1f2b2fae3e84b48b0fd2739b6f5a3dba5ed80c35 /wscript | |
parent | 2c17ab25b34cdada738182daf72607eaa2d3673e (diff) | |
download | lilv-23ef7a21c277ba5e864748d8e61ff3e20054758f.tar.gz lilv-23ef7a21c277ba5e864748d8e61ff3e20054758f.tar.bz2 lilv-23ef7a21c277ba5e864748d8e61ff3e20054758f.zip |
Add blank node type for value, to allow the user to 'join' statement
queries on blank node values with the simple get_value functions.
Remove use of SPARQL from lv2_inspect.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2874 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,7 +3,7 @@ import autowaf import Options # Version of this package (even if built as a child) -SLV2_VERSION = '0.6.7' +SLV2_VERSION = '0.6.8' # Library version (UNIX style major, minor, micro) # major increment <=> incompatible changes @@ -28,8 +28,7 @@ SLV2_VERSION = '0.6.7' # 0.6.2 = 9,1,1 # 0.6.4 = 9,2,0 # 0.6.6 = 9,2,0 -# 0.6.7 = 9,2,1 -SLV2_LIB_VERSION = '9.2.1' +SLV2_LIB_VERSION = '9.3.0' # Variables for 'waf dist' APPNAME = 'slv2' |