From: Christian Bauer Date: Mon, 22 Mar 2004 19:30:00 +0000 (+0000) Subject: bumped version number of HEAD to 1.3 X-Git-Tag: release_1-3-0~97 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=ed3e442837c92f294ced63096329b4d27dd328a4;ds=sidebyside bumped version number of HEAD to 1.3 --- diff --git a/NEWS b/NEWS index e813ffd9..db9c346f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ This file records noteworthy changes. -1.2.0 () +1.3.0 () + +1.2.0 (19 March 2004) * Added a structure template class for the easy creation of user-defined algebraic classes. * Added support for (acyclic) visitors, to allow cleaner implementations of diff --git a/configure.ac b/configure.ac index 9ebcbc29..5c83e7e4 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl autoconf sees "AC_MAJOR_VERSION" and complains about an undefined macro dnl (don't we all *love* M4?)... GINACLIB_MAJOR_VERSION=1 -GINACLIB_MINOR_VERSION=2 +GINACLIB_MINOR_VERSION=3 GINACLIB_MICRO_VERSION=0 GINACLIB_INTERFACE_AGE=0 GINACLIB_BINARY_AGE=0