From: Alexei Sheplyakov Date: Thu, 21 Aug 2008 19:50:07 +0000 (+0400) Subject: bump library version, since CLN doesn't export global object ctors any more. X-Git-Tag: cln_1-3-0~37 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=478f9e32c706f314e23cc20640f8650ce5631fe5;p=cln.git bump library version, since CLN doesn't export global object ctors any more. Those cl_module__blah__firstglobalfun functions don't even exist any more. --- diff --git a/configure.ac b/configure.ac index a076cee..7b4d577 100644 --- a/configure.ac +++ b/configure.ac @@ -91,8 +91,8 @@ dnl * if any functions/classes have been added, increment CL_AGE, dnl * if backwards compatibility has been broken, set CL_AGE to 0. dnl $(CL_CURRENT):$(CL_REVISION):$(CL_AGE) results in dnl libcln.so.$(CL_CURRENT)-$(CL_AGE) -CL_CURRENT=5 -CL_REVISION=2 +CL_CURRENT=6 +CL_REVISION=0 CL_AGE=0 dnl make substitutions AC_SUBST(CL_CURRENT)