From 87ab887d338232a84f1c0a58dd2500a5c0acb5f0 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 3 Apr 2000 18:17:59 +0000 Subject: [PATCH] 0.6.0pre1 --- configure.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 4f28a6fa..33c23b04 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,15 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/control/control.c) -AM_INIT_AUTOMAKE(alsa-lib, 0.5.6) -eval LIBTOOL_VERSION_INFO="1:0:0" +dnl ************************************************* +dnl current:revision:age +dnl change (without API) = c:r+1:a +dnl change API = c+1:0:a +dnl add API = c+1:0:a+1 +dnl remove API = c+1:0:0 +dnl ************************************************* +AM_INIT_AUTOMAKE(alsa-lib, 0.6.0pre1) +eval LIBTOOL_VERSION_INFO="2:0:0" +dnl ************************************************* AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal") AC_PREFIX_DEFAULT(/usr) -- 2.47.1