diff options
author | David Robillard <d@drobilla.net> | 2012-02-26 22:20:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-26 22:20:40 +0000 |
commit | 72e3c06d3a6b2558e5e156f917e1c28441819417 (patch) | |
tree | 2a82d6701e1a2e75fd1d3d38eb11fbc7fc8b5fce /wscript | |
parent | e1624b6435b3392ed03b8b5d4751cfeb53eb1f61 (diff) | |
download | lilv-72e3c06d3a6b2558e5e156f917e1c28441819417.tar.gz lilv-72e3c06d3a6b2558e5e156f917e1c28441819417.tar.bz2 lilv-72e3c06d3a6b2558e5e156f917e1c28441819417.zip |
Add lilv_plugin_get_port_by_property() and lilv_port_get_index() as an improved generic alternative to lilv_plugin_get_latency_port_index().
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4001 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.9.0' +LILV_VERSION = '0.10.0' LILV_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) |