From: Kevin M. Rosenberg Date: Fri, 24 Nov 2000 12:09:04 +0000 (+0000) Subject: r215: *** empty log message *** X-Git-Tag: debian-4.5.3-3~802 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=6070375295464d74eb00586af0e8d35fec2e415c r215: *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4cc2d3e..26ac2cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2.0.4 - + Added documentation for --geometry setting + 2.0.3 - 11/20/00 Fixed bug in generation of binary PGM files Fixed MPI compilation bug in phm2pj.cpp diff --git a/configure.in b/configure.in index 760a69c..9d13113 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/ctsim.cpp) -AM_INIT_AUTOMAKE(ctsim,2.0.3) +AM_INIT_AUTOMAKE(ctsim,2.0.4) AM_CONFIG_HEADER(config.h) dnl Checks for programs.