Mercurial > hg > octave-lyh
changeset 7156:77de8319c337 ss-2-9-17
[project @ 2007-11-10 06:16:59 by jwe]
author | jwe |
---|---|
date | Sat, 10 Nov 2007 06:17:00 +0000 |
parents | 6ca57492b26e |
children | 6f55e942a9c7 |
files | src/ChangeLog src/version.h |
diffstat | 2 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2007-11-10 John W. Eaton <jwe@octave.org> + + * version.h (OCTAVE_VERSION): Now 2.9.17. + (OCTAVE_API_VERSION): Now api-v29. + (OCTAVE_RELEASE_DATE): Now 2007-11-10. + 2007-11-09 John W. Eaton <jwe@octave.org> * DLD-FUNCTIONS/__gnuplot_raw__.l: Don't add atexit ("closeplot")
--- a/src/version.h +++ b/src/version.h @@ -24,11 +24,11 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.16+" +#define OCTAVE_VERSION "2.9.17" -#define OCTAVE_API_VERSION "api-v28" +#define OCTAVE_API_VERSION "api-v29" -#define OCTAVE_RELEASE_DATE "2007-10-31" +#define OCTAVE_RELEASE_DATE "2007-11-10" #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."