From 3fc5478c86490cc0118112faca7b5ab3203b402e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 1 Jun 2007 02:05:03 +0000 Subject: Load plugin data automatically on demand. git-svn-id: http://svn.drobilla.net/lad/slv2@528 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.2.1