[project @ 2007-09-17 20:47:40 by jwe] ss-2-9-14
authorjwe
Mon Sep 17 20:47:41 2007 +0000 (2007-09-17)
changeset 6909fc55a5e1760b
parent 6908 b2de26e67857
child 6910 710aea220a2c
[project @ 2007-09-17 20:47:40 by jwe]
src/ChangeLog
src/Makefile.in
     1.1 --- a/src/ChangeLog	Mon Sep 17 19:27:37 2007 +0000
     1.2 +++ b/src/ChangeLog	Mon Sep 17 20:47:41 2007 +0000
     1.3 @@ -1,5 +1,11 @@
     1.4  2007-09-17  John W. Eaton  <jwe@octave.org>
     1.5  
     1.6 +	* version.h (OCTAVE_VERSION): Now 2.9.14
     1.7 +	(OCTAVE_API_VERSION): Now api-v26.
     1.8 +	(OCTAVE_RELEASE_DATE): Now 2007-09-17.
     1.9 +
    1.10 +	* Makefile.in (DISTFILES): Add genprops.awk to the list.
    1.11 +
    1.12  	* ov-typeinfo.h (cat_op_fcn): Third arg in function pointer
    1.13  	typedef is now Array<octave_idx_type> instead of Array<int>.
    1.14  
     2.1 --- a/src/Makefile.in	Mon Sep 17 19:27:37 2007 +0000
     2.2 +++ b/src/Makefile.in	Mon Sep 17 20:47:41 2007 +0000
     2.3 @@ -261,7 +261,7 @@
     2.4  	__gnuplot_raw__.cc \
     2.5  	$(OPT_HANDLERS) $(BUILT_EXTRAS)
     2.6  
     2.7 -DISTFILES = Makefile.in ChangeLog mkdefs mkops mkgendoc \
     2.8 +DISTFILES = Makefile.in ChangeLog genprops.awk mkdefs mkops mkgendoc \
     2.9  	mkbuiltins mk-errno-list mk-pkg-add \
    2.10  	defaults.h.in graphics.h.in mxarray.h.in oct-conf.h.in \
    2.11  	oct-errno.cc.in octave.gperf \