diff options
author | David Robillard <d@drobilla.net> | 2020-05-17 20:49:46 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-05-17 20:49:46 +0200 |
commit | b3438131f4bff67d56243bac85371c03a86bf53b (patch) | |
tree | dc1c34ab1ae1024057306ee08113fd708185f911 /wscript | |
parent | 20f2351a859568ca87bf71ef48a9ec4441c156f3 (diff) | |
download | lilv-b3438131f4bff67d56243bac85371c03a86bf53b.tar.gz lilv-b3438131f4bff67d56243bac85371c03a86bf53b.tar.bz2 lilv-b3438131f4bff67d56243bac85371c03a86bf53b.zip |
Make lilv_world_get() use translations
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ from waflib.extras import autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -LILV_VERSION = '0.24.8' +LILV_VERSION = '0.24.9' LILV_MAJOR_VERSION = '0' # Mandatory waf variables |