Mercurial > hg > octave-lyh
changeset 5291:3e26fb4f2466
[project @ 2005-04-21 14:55:41 by jwe]
author | jwe |
---|---|
date | Thu, 21 Apr 2005 14:55:41 +0000 |
parents | 41273fff034d |
children | b86a6fcc1721 |
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-04-21 John W. Eaton <jwe@octave.org> + * version.h (OCTAVE_VERSION): Now 2.9.2. + (OCTAVE_API_VERSION): Now api-v15. + * DLD-FUNCTIONS/__qp__.cc: New file. * Makefile.in (DLD_XSRC): Add it to the list.
--- a/src/version.h +++ b/src/version.h @@ -23,9 +23,9 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.1" +#define OCTAVE_VERSION "2.9.2" -#define OCTAVE_API_VERSION "api-v14" +#define OCTAVE_API_VERSION "api-v15" #define OCTAVE_COPYRIGHT \ "Copyright (C) 2005 John W. Eaton."