diff options
author | David Robillard <d@drobilla.net> | 2012-03-06 05:05:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-06 05:05:40 +0000 |
commit | e45691df6be3f9a14cab019437ce2f2e8a54427e (patch) | |
tree | 3c542658dde9db649bc2d99c984001702a6bc6e7 /wscript | |
parent | fdd97c39ab73bd298e30884e3312c9672f99d79a (diff) | |
download | lilv-e45691df6be3f9a14cab019437ce2f2e8a54427e.tar.gz lilv-e45691df6be3f9a14cab019437ce2f2e8a54427e.tar.bz2 lilv-e45691df6be3f9a14cab019437ce2f2e8a54427e.zip |
Use raw type/size/value instead of LilvNode for port values.
Remove use of half-baked node_to_serd() and use sratom for port values as well.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4023 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import waflib.Options as Options import waflib.Logs as Logs # Version of this package (even if built as a child) -LILV_VERSION = '0.11.0' +LILV_VERSION = '0.12.0' LILV_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) |