From: Kevin M. Rosenberg Date: Fri, 15 Dec 2000 22:05:48 +0000 (+0000) Subject: r251: ChangeLog X-Git-Tag: debian-4.5.3-3~766 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=aa58d22eecddf4a0ea16683214512c6e755d9109 r251: ChangeLog --- 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; }