From: Kevin M. Rosenberg Date: Mon, 19 Jun 2000 18:00:24 +0000 (+0000) Subject: r103: *** empty log message *** X-Git-Tag: debian-4.5.3-3~914 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=1eb1fcf291b39a016864d78a4060e83cd9046437;ds=sidebyside r103: *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index f426b5b..5c7c966 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,10 @@ -1.9.2 - 6/20/2000 - Converted all file i/o to C++ library - 1.9.1 - 6/20/2000 Renamed directories, moved source files, combined source files to change from 6 libraries to 3 libraries (libctsim, libctsupport, and libctgraphics) 1.9.0 - 6/15/2000 - Skip versions to make version 2.0 the first C++ version + Skip versions to make version 2.0 the first fully C++ version Renamed Raysums to Projections throughout files Renamed Detector to Scanner Converted Scanner and Projecions to full object-oriented diff --git a/configure.in b/configure.in index 658cf51..a930908 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.0) +AM_INIT_AUTOMAKE(ctsim,1.9.1) AM_CONFIG_HEADER(config.h) dnl Checks for programs.