# HG changeset patch # User jwe # Date 1094096009 0 # Node ID 3f11fb1c5dab7b8c411d3cff1518a64705e5ed27 # Parent 2da9205571f234f505b275ccc4308f7c3b6fd55e [project @ 2004-09-02 03:33:28 by jwe] diff -r 2da9205571f2 -r 3f11fb1c5dab src/ChangeLog --- a/src/ChangeLog Thu Sep 02 03:12:55 2004 +0000 +++ b/src/ChangeLog Thu Sep 02 03:33:29 2004 +0000 @@ -1,5 +1,7 @@ 2004-09-01 John W. Eaton + * Makefile.in (INCLUDES): Add op-int.h to the list. + * version.h (OCTAVE_VERSION): Now 2.1.58. * Makefile.in (DISTFILES): Include $(EXTRAS) in the list. diff -r 2da9205571f2 -r 3f11fb1c5dab src/Makefile.in --- a/src/Makefile.in Thu Sep 02 03:12:55 2004 +0000 +++ b/src/Makefile.in Thu Sep 02 03:33:29 2004 +0000 @@ -91,7 +91,7 @@ ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.h \ oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \ oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \ - oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \ + oct-strstrm.h oct-lvalue.h oct.h octave.h op-int.h ops.h pager.h \ parse.h pr-output.h procstream.h sighandlers.h siglist.h \ symtab.h sysdep.h token.h toplev.h unwind-prot.h utils.h \ variables.h version.h xdiv.h xpow.h $(OV_INCLUDES) $(PT_INCLUDES)