diff options
author | David Robillard <d@drobilla.net> | 2015-10-08 21:59:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-08 21:59:42 +0000 |
commit | 4bec5c719eead3e276d475c68e334610a65af62f (patch) | |
tree | 425e927ababeec90544de6367a0d933e2be280ab /wscript | |
parent | 0504d3f5ecc6ee2fac2ed1a63a2e0c1c270dba75 (diff) | |
download | lilv-4bec5c719eead3e276d475c68e334610a65af62f.tar.gz lilv-4bec5c719eead3e276d475c68e334610a65af62f.tar.bz2 lilv-4bec5c719eead3e276d475c68e334610a65af62f.zip |
Lilv 0.22.0
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5756 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ import waflib.Logs as Logs # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -LILV_VERSION = '0.21.5' +LILV_VERSION = '0.22.0' LILV_MAJOR_VERSION = '0' # Mandatory waf variables |