diff options
author | David Robillard <d@drobilla.net> | 2014-08-08 22:22:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-08-08 22:22:51 +0000 |
commit | 84a5c1d58e52e2a3ccd81ed2d92fcfaabcc900fe (patch) | |
tree | 33875b05f0f0b7da4c586cf6560513be93e88014 /wscript | |
parent | 2da622dd0c638250fd218f02e47cc15a4e488734 (diff) | |
download | lilv-84a5c1d58e52e2a3ccd81ed2d92fcfaabcc900fe.tar.gz lilv-84a5c1d58e52e2a3ccd81ed2d92fcfaabcc900fe.tar.bz2 lilv-84a5c1d58e52e2a3ccd81ed2d92fcfaabcc900fe.zip |
Lilv 0.20.0.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5438 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.19.2' +LILV_VERSION = '0.20.0' LILV_MAJOR_VERSION = '0' # Mandatory waf variables |