# HG changeset patch # User jwe # Date 1190062061 0 # Node ID fc55a5e1760b832a672d9de3b53888a3d6793d21 # Parent b2de26e6785775ecef4cbd6f77f53377fc5dab42 [project @ 2007-09-17 20:47:40 by jwe] diff -r b2de26e67857 -r fc55a5e1760b src/ChangeLog --- a/src/ChangeLog Mon Sep 17 19:27:37 2007 +0000 +++ b/src/ChangeLog Mon Sep 17 20:47:41 2007 +0000 @@ -1,5 +1,11 @@ 2007-09-17 John W. Eaton + * version.h (OCTAVE_VERSION): Now 2.9.14 + (OCTAVE_API_VERSION): Now api-v26. + (OCTAVE_RELEASE_DATE): Now 2007-09-17. + + * Makefile.in (DISTFILES): Add genprops.awk to the list. + * ov-typeinfo.h (cat_op_fcn): Third arg in function pointer typedef is now Array instead of Array. diff -r b2de26e67857 -r fc55a5e1760b src/Makefile.in --- a/src/Makefile.in Mon Sep 17 19:27:37 2007 +0000 +++ b/src/Makefile.in Mon Sep 17 20:47:41 2007 +0000 @@ -261,7 +261,7 @@ __gnuplot_raw__.cc \ $(OPT_HANDLERS) $(BUILT_EXTRAS) -DISTFILES = Makefile.in ChangeLog mkdefs mkops mkgendoc \ +DISTFILES = Makefile.in ChangeLog genprops.awk mkdefs mkops mkgendoc \ mkbuiltins mk-errno-list mk-pkg-add \ defaults.h.in graphics.h.in mxarray.h.in oct-conf.h.in \ oct-errno.cc.in octave.gperf \