r103: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 19 Jun 2000 18:00:24 +0000 (18:00 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 19 Jun 2000 18:00:24 +0000 (18:00 +0000)
ChangeLog
configure.in

index f426b5b6ade7b2b02ffab73be98e5609b0e2bfad..5c7c966c542262b44f33755fb505f63f33b93c20 100644 (file)
--- 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
 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
    Renamed Raysums to Projections throughout files
    Renamed Detector to Scanner
    Converted Scanner and Projecions to full object-oriented
index 658cf5106c7e1188567ca6ed8ab6760c6b4e3b1a..a930908b24bbece04f3bacf9e940b4184ef68737 100644 (file)
@@ -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)
 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.
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.