]> www.ginac.de Git - cln.git/commitdiff
- Compatibility was not really broken, so: C=0, R=1, A=0.
authorRichard Kreckel <kreckel@ginac.de>
Tue, 9 May 2000 17:01:31 +0000 (17:01 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Tue, 9 May 2000 17:01:31 +0000 (17:01 +0000)
configure
configure.in

index c33d27cee270d4129fa2937d3f370180870491ee..479912a06d65fc17c8dfe8aa3a8da9018764ff5a 100755 (executable)
--- 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
 
 
 
index 5576f36a4e86ad85a12f22e83cee1f97fc3ae9b2..e7ab6f365e93d2a88dcf63bfb267e92ce8909f43 100644 (file)
@@ -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)