Mercurial > hg > octave-lyh
changeset 3762:9e8d61bd1c55
[project @ 2001-01-05 16:41:58 by jwe]
author | jwe |
---|---|
date | Fri, 05 Jan 2001 16:43:25 +0000 |
parents | dfb1bfa12afd |
children | b6eb80762b14 |
files | src/ChangeLog src/version.h |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> + + * error.cc (vwarning): Write to output_buf, then send formatted + message to diary and error streams. + 2001-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> * ov-cx-mat.cc (octave_complex_matrix::try_narrowing_conversion):
--- a/src/version.h +++ b/src/version.h @@ -23,10 +23,10 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.1.32" +#define OCTAVE_VERSION "2.1.33" #define OCTAVE_COPYRIGHT \ - "Copyright (C) 1996, 1997, 1998, 1999, 2000 John W. Eaton." + "Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 John W. Eaton." #define OCTAVE_NAME_AND_VERSION \ "GNU Octave, version " OCTAVE_VERSION " (" OCTAVE_CANONICAL_HOST_TYPE ")"