# HG changeset patch # User John W. Eaton # Date 1252764938 14400 # Node ID 5d49ff601e9bb9d340a582a67e79dc3caeb5f871 # Parent db706a288709fd218ab5ca7ca2de15f1fe5b1b91 append + to version and api after snapshot diff -r db706a288709 -r 5d49ff601e9b src/ChangeLog --- a/src/ChangeLog Sat Sep 12 10:14:02 2009 -0400 +++ b/src/ChangeLog Sat Sep 12 10:15:38 2009 -0400 @@ -1,3 +1,8 @@ +2009-09-12 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 3.3.50+. + (OCTAVE_API_VERSION): Now api-v38+. + 2009-09-12 John W. Eaton * version.h (OCTAVE_VERSION): Now 3.3.50. diff -r db706a288709 -r 5d49ff601e9b src/version.h --- a/src/version.h Sat Sep 12 10:14:02 2009 -0400 +++ b/src/version.h Sat Sep 12 10:15:38 2009 -0400 @@ -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"