# HG changeset patch # User John W. Eaton # Date 1235638417 18000 # Node ID a017b920530ebc74db0fcd4a59ac01d1885bc2f1 # Parent e6dcb719928810f34630fab408c6b9826da4920c append + to version numbers diff -r e6dcb7199288 -r a017b920530e src/ChangeLog --- a/src/ChangeLog Wed Feb 25 18:36:36 2009 -0500 +++ b/src/ChangeLog Thu Feb 26 03:53:37 2009 -0500 @@ -1,3 +1,8 @@ +2009-02-26 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 3.1.53+. + (OCTAVE_API_VERSION): Now api-v35+. + 2009-02-25 John W. Eaton * version.h (OCTAVE_VERSION): Now 3.1.53. diff -r e6dcb7199288 -r a017b920530e src/version.h --- a/src/version.h Wed Feb 25 18:36:36 2009 -0500 +++ b/src/version.h Thu Feb 26 03:53:37 2009 -0500 @@ -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"