diff options
author | David Robillard <d@drobilla.net> | 2007-06-01 02:05:03 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-06-01 02:05:03 +0000 |
commit | 3fc5478c86490cc0118112faca7b5ab3203b402e (patch) | |
tree | 5909468b71b48e6b8aecc619017f46561c1ce35c /configure.ac | |
parent | b6afbb6764303087ad2707dcb770f12691fb3a59 (diff) | |
download | lilv-3fc5478c86490cc0118112faca7b5ab3203b402e.tar.gz lilv-3fc5478c86490cc0118112faca7b5ab3203b402e.tar.bz2 lilv-3fc5478c86490cc0118112faca7b5ab3203b402e.zip |
Load plugin data automatically on demand.
git-svn-id: http://svn.drobilla.net/lad/slv2@528 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index f83b762..b5b90aa 100644 --- a/configure.ac +++ b/configure.ac @@ -4,15 +4,15 @@ AC_PREREQ(2.59) # # current = incremented whenever the public slv2 API is changed # revision = incremented when the slv2 implementation is changed -# age = current libjack is both source and binary compatible with -# libjack interfaces current,current-1,...,current-age +# age = current library is both source and binary compatible with +# interfaces current,current-1,...,current-age # # See libtool documentation for detailed documentation SLV2_API_CURRENT=0 -SLV2_API_REVISION=0 +SLV2_API_REVISION=1 SLV2_API_AGE=0 -AC_INIT([slv2],[0.0.1],[dave@drobilla.net]) +AC_INIT([slv2],[0.0.2pre],[dave@drobilla.net]) AC_CONFIG_SRCDIR([src/plugin.c]) AC_CONFIG_SRCDIR([slv2/plugin.h]) AC_CONFIG_SRCDIR([utils/lv2_list.c]) |