diff options
author | David Robillard <d@drobilla.net> | 2013-05-09 20:16:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-05-09 20:16:39 +0000 |
commit | dda54da26f30f848e6d2ed9d4c8c0c1d921bf5d0 (patch) | |
tree | c26865ca3d000158b31bd4ac6e830f9f0706d3ff /wscript | |
parent | 1f39eeb9ecca77912c481cb531e0f4a1a1f2e96a (diff) | |
download | lv2-dda54da26f30f848e6d2ed9d4c8c0c1d921bf5d0.tar.xz |
Add ui:updateRate property.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ import waflib.Scripting as Scripting # Variables for 'waf dist' APPNAME = 'lv2' -VERSION = '1.4.1' +VERSION = '1.4.3' # Mandatory variables top = '.' |