Mercurial > hg > octave-lyh
changeset 9638:5d49ff601e9b
append + to version and api after snapshot
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 12 Sep 2009 10:15:38 -0400 |
parents | db706a288709 |
children | 8d79f36ebdde |
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-09-12 John W. Eaton <jwe@octave.org> + + * version.h (OCTAVE_VERSION): Now 3.3.50+. + (OCTAVE_API_VERSION): Now api-v38+. + 2009-09-12 John W. Eaton <jwe@octave.org> * version.h (OCTAVE_VERSION): Now 3.3.50.
--- a/src/version.h +++ b/src/version.h @@ -25,9 +25,9 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "3.3.50" +#define OCTAVE_VERSION "3.3.50+" -#define OCTAVE_API_VERSION "api-v38" +#define OCTAVE_API_VERSION "api-v38+" #define OCTAVE_RELEASE_DATE "2009-09-12n"