# HG changeset patch # User jwe # Date 1192291755 0 # Node ID 62552bb913c4aec1397618071f227acb12c2d083 # Parent aaa6fce9b684341c8ca9ef2909b4373927cf7c60 [project @ 2007-10-13 16:09:14 by jwe] diff -r aaa6fce9b684 -r 62552bb913c4 src/ChangeLog --- a/src/ChangeLog Fri Feb 01 23:35:54 2008 -0500 +++ b/src/ChangeLog Sat Oct 13 16:09:15 2007 +0000 @@ -1,4 +1,8 @@ -2007-09-17 John W. Eaton +2007-10-13 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.9.15+. + +2007-10-13 John W. Eaton * version.h (OCTAVE_VERSION): Now 2.9.15. (OCTAVE_API_VERSION): Now api-v27. diff -r aaa6fce9b684 -r 62552bb913c4 src/version.h --- a/src/version.h Fri Feb 01 23:35:54 2008 -0500 +++ b/src/version.h Sat Oct 13 16:09:15 2007 +0000 @@ -24,7 +24,7 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.15" +#define OCTAVE_VERSION "2.9.15+" #define OCTAVE_API_VERSION "api-v27"