diff options
author | David Robillard <d@drobilla.net> | 2015-03-06 15:29:52 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-03-06 20:11:04 -0500 |
commit | 1010e630c56c27e8b6ea7b3708e406d1c598b27e (patch) | |
tree | 2d50176d1429f779c3ef24079a31263cbddd882b /wscript | |
parent | e4124c859a22ef688c2568a2a48f49ae73631ebd (diff) | |
download | lv2-1010e630c56c27e8b6ea7b3708e406d1c598b27e.tar.xz |
Add preset banks.
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.11.0' +VERSION = '1.11.1' # Mandatory variables top = '.' |