# HG changeset patch # User jwe # Date 1179895088 0 # Node ID db6d908e8a03a42760a45c7fd29eae074e505f7c # Parent 86354a8cd6a7d2c898a21b0d5e9fdc03409f71aa [project @ 2007-05-23 04:38:07 by jwe] diff -r 86354a8cd6a7 -r db6d908e8a03 src/ChangeLog --- a/src/ChangeLog Wed May 23 04:35:04 2007 +0000 +++ b/src/ChangeLog Wed May 23 04:38:08 2007 +0000 @@ -1,5 +1,8 @@ 2007-05-23 John W. Eaton + * version.h (OCTAVE_VERSION): Now 2.9.12. + (OCTAVE_RELEASE_DATE): Now 2007-05-23. + * parse.y (make_anon_fcn_handle): Don't build assignment expression. * ov-fcn-handle.cc (octave_fcn_handle::print_raw): Don't split assignment expression. @@ -8,8 +11,6 @@ 2007-05-22 John W. Eaton - * version.h (OCTAVE_VERSION): Now 2.9.12. - * pt-fcn-handle.cc (tree_anon_fcn_handle::rvalue): Set current function as parent of anonymous function handle. diff -r 86354a8cd6a7 -r db6d908e8a03 src/version.h --- a/src/version.h Wed May 23 04:35:04 2007 +0000 +++ b/src/version.h Wed May 23 04:38:08 2007 +0000 @@ -29,7 +29,7 @@ #define OCTAVE_API_VERSION "api-v24" -#define OCTAVE_RELEASE_DATE "2007-05-22" +#define OCTAVE_RELEASE_DATE "2007-05-23" #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."