diff options
author | David Robillard <d@drobilla.net> | 2016-09-19 22:14:18 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-19 22:14:18 -0400 |
commit | 2811f4211c8314903da632de665a8e3fd17b5a51 (patch) | |
tree | 358c4d641d61dee133f91c28e8e5d44c8384752d /wscript | |
parent | 0e8c4220e25b52120c3f298fde5cffaea31a2abf (diff) | |
download | lv2-2811f4211c8314903da632de665a8e3fd17b5a51.tar.xz |
LV2 1.14.0v1.14.0
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.13.1' +VERSION = '1.14.0' # Mandatory variables top = '.' |