# HG changeset patch # User jwe # Date 1116436832 0 # Node ID 06585668a971b21818cacedbab1e11a98c11c5a0 # Parent cf44c749ba5215825d90981efc494eebb112e256 [project @ 2005-05-18 17:20:31 by jwe] diff -r cf44c749ba52 -r 06585668a971 src/ChangeLog --- a/src/ChangeLog Wed May 18 11:43:38 2005 +0000 +++ b/src/ChangeLog Wed May 18 17:20:32 2005 +0000 @@ -1,5 +1,8 @@ 2005-05-18 John W. Eaton + * version.h (OCTAVE_VERSION): Now 2.9.3 + (OCTAVE_API_VERSION): Now api-v16. + * ov-base-sparse.cc (octave_base_sparse::print_raw): Make spacing of output consistent with other parts of Octave. diff -r cf44c749ba52 -r 06585668a971 src/version.h --- a/src/version.h Wed May 18 11:43:38 2005 +0000 +++ b/src/version.h Wed May 18 17:20:32 2005 +0000 @@ -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."