Mercurial > hg > octave-lyh
changeset 7301:89d546610556 ss-2-9-19
[project @ 2007-12-12 03:56:59 by jwe]
author | jwe |
---|---|
date | Wed, 12 Dec 2007 03:57:00 +0000 |
parents | 11c781ef004a |
children | ab0a0fbe39a8 |
files | src/ChangeLog src/version.h |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2007-12-11 John W. Eaton <jwe@octave.org> + * version.h (OCTAVE_VERSION): Now 2.9.19. + (OCTAVE_API_VERSION): Now api-v31. + (OCTAVE_RELEASE_DATE): Now 2007-12-11. + * graphics.cc (make_graphics_object): If successful, call __request_drawnow__.
--- 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.18+" +#define OCTAVE_VERSION "2.9.19" -#define OCTAVE_API_VERSION "api-v30" +#define OCTAVE_API_VERSION "api-v31" -#define OCTAVE_RELEASE_DATE "2007-12-05" +#define OCTAVE_RELEASE_DATE "2007-12-11" #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."