# HG changeset patch # User jwe # Date 1192286047 0 # Node ID 0b91144f9533b05d14fb5692ed67d8c6f500230f # Parent e31f12bb9194af573fbbed24e7373f21a3522b42 [project @ 2007-10-13 14:34:06 by jwe] diff -r e31f12bb9194 -r 0b91144f9533 src/ChangeLog --- a/src/ChangeLog Sat Oct 13 05:13:29 2007 +0000 +++ b/src/ChangeLog Sat Oct 13 14:34:07 2007 +0000 @@ -1,3 +1,9 @@ +2007-09-17 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.9.15. + (OCTAVE_API_VERSION): Now api-v27. + (OCTAVE_RELEASE_DATE): Now 2007-10-13. + 2007-10-13 David Bateman * graphics.h.in (class patch): Add the faces and vertices properties. diff -r e31f12bb9194 -r 0b91144f9533 src/version.h --- a/src/version.h Sat Oct 13 05:13:29 2007 +0000 +++ b/src/version.h Sat Oct 13 14:34:07 2007 +0000 @@ -24,11 +24,11 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.14+" +#define OCTAVE_VERSION "2.9.15" -#define OCTAVE_API_VERSION "api-v26" +#define OCTAVE_API_VERSION "api-v27" -#define OCTAVE_RELEASE_DATE "2007-09-17" +#define OCTAVE_RELEASE_DATE "2007-10-13" #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."