diff options
author | David Robillard <d@drobilla.net> | 2016-07-30 19:04:39 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-31 15:19:30 -0400 |
commit | 7f0ebf206c3654e66b1ad40450d54253f7bfd17f (patch) | |
tree | aaa79617c2f51ec5b1e514fd9a9698992650e8cf /wscript | |
parent | 7a5037a1508e3b84b2f742cda09a044451705d25 (diff) | |
download | lv2-7f0ebf206c3654e66b1ad40450d54253f7bfd17f.tar.xz |
Add lv2_features_data() and lv2_features_query()
This adds a new header lv2/lv2plug.in/ns/lv2core/lv2_util.h for utility
functions useful with core LV2.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ import waflib.Utils as Utils # Variables for 'waf dist' APPNAME = 'lv2' -VERSION = '1.12.1' +VERSION = '1.13.1' # Mandatory variables top = '.' |