From: Kevin M. Rosenberg Date: Thu, 22 Jun 2000 19:25:06 +0000 (+0000) Subject: r119: *** empty log message *** X-Git-Tag: debian-4.5.3-3~898 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=6e9304595677d093974038ffad44f8d54178e741 r119: *** empty log message *** --- diff --git a/configure b/configure index 3301d0c..5402f8e 100755 --- a/configure +++ b/configure @@ -711,7 +711,7 @@ fi PACKAGE=ctsim -VERSION=1.9.5 +VERSION=1.9.6 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; } diff --git a/configure.in b/configure.in index 4a38772..084ed5a 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout dnl CDPATH= AC_INIT(src/ctrec.cpp) -AM_INIT_AUTOMAKE(ctsim,1.9.5) +AM_INIT_AUTOMAKE(ctsim,1.9.6) AM_CONFIG_HEADER(config.h) dnl Checks for programs.