Mercurial > hg > octave-lyh
changeset 9022:5e276a0b9997 ss-3-1-55
bump version for snapshot
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 25 Mar 2009 23:28:17 -0400 |
parents | 47152db528ff |
children | 60b7fb86380a |
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 @@ 2009-03-25 John W. Eaton <jwe@octave.org> + * version.h (OCTAVE_VERSION): Now 3.1.5. + (OCTAVE_API_VERSION): Now api-v37. + (OCTAVE_RELEASE_DATE): Now 2009-03-25. + * DLD-FUNCTIONS/find.cc (find_nonzero_elem_idx): Also return [](0x0) if the array has 0 rows and it is not a column vector.
--- a/src/version.h +++ b/src/version.h @@ -25,11 +25,11 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "3.1.54+" +#define OCTAVE_VERSION "3.1.55" -#define OCTAVE_API_VERSION "api-v36+" +#define OCTAVE_API_VERSION "api-v37" -#define OCTAVE_RELEASE_DATE "2009-03-07" +#define OCTAVE_RELEASE_DATE "2009-03-25" #define OCTAVE_COPYRIGHT "Copyright (C) 2009 John W. Eaton and others."