# HG changeset patch # User jwe # Date 1094088489 0 # Node ID af7a5459bceca7b8bd455b6415b59b57b582d54c # Parent ed0f3cb6d3d40742052301b84146bb76a7131055 [project @ 2004-09-02 01:28:09 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.1.58. + 2004-09-01 David Bateman * DLD-FUNCTION/quad.cc: Allow function handle and inline functions. @@ -745,6 +749,9 @@ 2004-03-12 John W. Eaton + * 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. diff --git a/src/version.h b/src/version.h --- 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"