From ed3e442837c92f294ced63096329b4d27dd328a4 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Mon, 22 Mar 2004 19:30:00 +0000 Subject: [PATCH] bumped version number of HEAD to 1.3 --- NEWS | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.44.0