From: Christian Bauer Date: Tue, 26 Aug 2003 21:00:36 +0000 (+0000) Subject: bumped archive version number because of added attributes for symbols X-Git-Tag: release_1-2-0~118 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=ae0841226375ede1f1008a9a18a3e8abb72dc300 bumped archive version number because of added attributes for symbols --- diff --git a/configure.ac b/configure.ac index af1b5496..c5c56315 100644 --- a/configure.ac +++ b/configure.ac @@ -41,8 +41,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=1 -ARCHIVE_AGE=1 +ARCHIVE_VERSION=2 +ARCHIVE_AGE=2 AC_SUBST(ARCHIVE_VERSION) AC_SUBST(ARCHIVE_AGE)