From: Christian Bauer Date: Sat, 16 Jun 2001 20:23:21 +0000 (+0000) Subject: bumped archive version because of new way of specifying symmetry for indexed X-Git-Tag: release_0-9-1~34 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=14937d28417386b405301c1d47fac257668cd731;ds=sidebyside bumped archive version because of new way of specifying symmetry for indexed objects --- diff --git a/configure.in b/configure.in index 463a66e9..945d2f59 100644 --- a/configure.in +++ b/configure.in @@ -40,8 +40,8 @@ dnl The version number in newly created archives will be ARCHIVE_VERSION. dnl Archives version (ARCHIVE_VERSION-ARCHIVE_AGE) thru ARCHIVE_VERSION can dnl be read by this version of the GiNaC library. -ARCHIVE_VERSION=0 -ARCHIVE_AGE=0 +ARCHIVE_VERSION=1 +ARCHIVE_AGE=1 AC_SUBST(ARCHIVE_VERSION) AC_SUBST(ARCHIVE_AGE)