From: Richard Kreckel Date: Tue, 9 May 2000 17:01:31 +0000 (+0000) Subject: - Compatibility was not really broken, so: C=0, R=1, A=0. X-Git-Tag: cln_1-1-0~47 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=a472300995c9e0087097da9d51c5c4ab745fd011;p=cln.git - Compatibility was not really broken, so: C=0, R=1, A=0. --- diff --git a/configure b/configure index c33d27c..479912a 100755 --- a/configure +++ b/configure @@ -1544,9 +1544,9 @@ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } -CLN_CURRENT=1 -CLN_REVISION=0 -CLN_AGE=1 +CLN_CURRENT=0 +CLN_REVISION=1 +CLN_AGE=0 diff --git a/configure.in b/configure.in index 5576f36..e7ab6f3 100644 --- a/configure.in +++ b/configure.in @@ -75,9 +75,9 @@ dnl * if any functions/classes have been added, removed or changed, increment dnl CLN_CURRENT and set CLN_REVISION to 0, dnl * if any functions/classes have been added, increment CLN_AGE, dnl * if backwards compatibility has been broken, set CLN_AGE to 0. -CLN_CURRENT=1 -CLN_REVISION=0 -CLN_AGE=1 +CLN_CURRENT=0 +CLN_REVISION=1 +CLN_AGE=0 AC_SUBST(CLN_CURRENT) AC_SUBST(CLN_REVISION) AC_SUBST(CLN_AGE)