From 927733c676bf0f9a471e7c0d1c8ca311b7a0a669 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Wed, 30 Oct 2002 19:17:03 +0000 Subject: [PATCH] finalize release 1.0.12 --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index efcbb54c..5c5c4baa 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ This file records noteworthy changes. -1.0.12 () +1.0.12 (30 October 2002) * Fixed a bug in power::expand() that could produce invalid exressions. * The input parser no longer ignores extra data following accepted input. * Improved the CLN C-source output (integers are printed as integers, and diff --git a/configure.ac b/configure.ac index 5052d1d0..04a7d16a 100644 --- a/configure.ac +++ b/configure.ac @@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)... GINACLIB_MAJOR_VERSION=1 GINACLIB_MINOR_VERSION=0 -GINACLIB_MICRO_VERSION=11 +GINACLIB_MICRO_VERSION=12 GINACLIB_INTERFACE_AGE=0 -GINACLIB_BINARY_AGE=11 +GINACLIB_BINARY_AGE=12 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION) -- 2.44.0