]> www.ginac.de Git - cln.git/commitdiff
bump library version, since CLN doesn't export global object ctors any more.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 21 Aug 2008 19:50:07 +0000 (23:50 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 04:41:08 +0000 (08:41 +0400)
Those cl_module__blah__firstglobalfun functions don't even exist any more.

configure.ac

index a076cee64f4d32353339e7ed23a0782f957c792a..7b4d577e442983eafe45f3ec728b3c35a2809a91 100644 (file)
@@ -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)