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)