From 1eb1fcf291b39a016864d78a4060e83cd9046437 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 19 Jun 2000 18:00:24 +0000 Subject: [PATCH] r103: *** empty log message *** --- ChangeLog | 5 +---- configure.in | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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. -- 2.34.1