From 23ef7a21c277ba5e864748d8e61ff3e20054758f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Jan 2011 21:27:39 +0000 Subject: 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 --- wscript | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 23cfc24..e2a8308 100644 --- a/wscript +++ b/wscript @@ -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' -- cgit v1.2.1