Mercurial > hg > octave-lyh
changeset 4955:af7a5459bcec
[project @ 2004-09-02 01:28:09 by jwe]
author | jwe |
---|---|
date | Thu, 02 Sep 2004 01:28:09 +0000 |
parents | ed0f3cb6d3d4 |
children | b18f4f2ce103 |
files | src/ChangeLog src/version.h |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 John W. Eaton <jwe@octave.org> + + * version.h (OCTAVE_VERSION): Now 2.1.58. + 2004-09-01 David Bateman <dbateman@free.fr> * DLD-FUNCTION/quad.cc: Allow function handle and inline functions. @@ -745,6 +749,9 @@ 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> + * version.h (OCTAVE_VERSION): Now 2.1.57. + (OCTAVE_API_VERSION): Now api-v8. + * ov-cell.cc (octave_cell::save_hdf5): Handle empty cells. (octave_cell::load_hdf5): Likewise.
--- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998 John W. Eaton +Copyright (C) 1996-2004 John W. Eaton This file is part of Octave. @@ -23,7 +23,7 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.1.57" +#define OCTAVE_VERSION "2.1.58" #define OCTAVE_API_VERSION "api-v9"