From 31311d4b0aaff8d9d06d080778bafa07a63923cd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 5 Nov 2007 02:52:23 +0000 Subject: Fix configure script bug. git-svn-id: http://svn.drobilla.net/lad/slv2@904 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 288c729..e119ce8 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ SLV2_API_REVISION="0" SLV2_API_AGE="0" # SLV2 follows the even/odd minor = stable/development convention -AC_INIT([slv2],${SLV2_VERSION},[dave@drobilla.net]) +AC_INIT([slv2],0.3.0,[dave@drobilla.net]) AC_CONFIG_AUX_DIR([config]) -- cgit v1.2.1