Mercurial > hg > octave-nkf
changeset 8876:a017b920530e
append + to version numbers
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 26 Feb 2009 03:53:37 -0500 |
parents | e6dcb7199288 |
children | 2c8b2399247b |
files | src/ChangeLog src/version.h |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2009-02-26 John W. Eaton <jwe@octave.org> + + * version.h (OCTAVE_VERSION): Now 3.1.53+. + (OCTAVE_API_VERSION): Now api-v35+. + 2009-02-25 John W. Eaton <jwe@octave.org> * version.h (OCTAVE_VERSION): Now 3.1.53.
--- a/src/version.h +++ b/src/version.h @@ -24,9 +24,9 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "3.1.53" +#define OCTAVE_VERSION "3.1.53+" -#define OCTAVE_API_VERSION "api-v35" +#define OCTAVE_API_VERSION "api-v35+" #define OCTAVE_RELEASE_DATE "2009-02-25"