From aa58d22eecddf4a0ea16683214512c6e755d9109 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 15 Dec 2000 22:05:48 +0000 Subject: [PATCH 1/1] r251: ChangeLog --- ChangeLog | 1 + configure | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84473be..6703e41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2.0.7 - 12/04/00 Modifications for Microsoft Visual C++ compilation + Fix core-dump bug in Array2dFile::labelsCopy() function [Thanks Ian Kay!] 2.0.6 - 12/03/00 Fixed minor compilation problem with procsignal.h diff --git a/configure b/configure index 00eb567..0633543 100755 --- a/configure +++ b/configure @@ -715,7 +715,7 @@ fi PACKAGE=ctsim -VERSION=2.0.6 +VERSION=2.0.7 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } -- 2.34.1