diff options
author | David Robillard <d@drobilla.net> | 2008-01-20 02:41:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-20 02:41:04 +0000 |
commit | 5c48e8a43e13b5b0ce8ee56f4e7b6000a979b37b (patch) | |
tree | b8d8286f01336354db4fea37288926fad848bacf /configure.ac | |
parent | 0a8cb65a8205f5a359c57ba4299ce9d9455bf68b (diff) | |
download | lilv-5c48e8a43e13b5b0ce8ee56f4e7b6000a979b37b.tar.gz lilv-5c48e8a43e13b5b0ce8ee56f4e7b6000a979b37b.tar.bz2 lilv-5c48e8a43e13b5b0ce8ee56f4e7b6000a979b37b.zip |
Fix syntax error in lv2_midi.ttl and lv2_event.ttl.
Add lv2ev:supportsEvent port property.
Add generic event port support to SLV2.
git-svn-id: http://svn.drobilla.net/lad/slv2@1081 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fefc7ec..80acfa8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([slv2],0.5.0,[dave@drobilla.net]) +AC_INIT([slv2],0.5.1,[dave@drobilla.net]) AC_CONFIG_AUX_DIR([config]) @@ -35,7 +35,7 @@ AM_INIT_AUTOMAKE # 0.4.5 = 7,0,1 # 0.5.0 = 8,0,0 -SLV2_VERSION="0.5.0" +SLV2_VERSION="0.5.1" SLV2_API_CURRENT="8" SLV2_API_REVISION="0" SLV2_API_AGE="0" |