Mercurial > hg > octave-lyh
changeset 5356:06585668a971 ss-2-9-3
[project @ 2005-05-18 17:20:31 by jwe]
author | jwe |
---|---|
date | Wed, 18 May 2005 17:20:32 +0000 |
parents | cf44c749ba52 |
children | 21143f1609f2 |
files | src/ChangeLog src/version.h |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2005-05-18 John W. Eaton <jwe@octave.org> + * version.h (OCTAVE_VERSION): Now 2.9.3 + (OCTAVE_API_VERSION): Now api-v16. + * ov-base-sparse.cc (octave_base_sparse<T>::print_raw): Make spacing of output consistent with other parts of Octave.
--- a/src/version.h +++ b/src/version.h @@ -24,9 +24,9 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.2" +#define OCTAVE_VERSION "2.9.3" -#define OCTAVE_API_VERSION "api-v15" +#define OCTAVE_API_VERSION "api-v16" #define OCTAVE_COPYRIGHT \ "Copyright (C) 2005 John W. Eaton."