# HG changeset patch # User jwe # Date 1179811609 0 # Node ID 38334ac563f0da2f65e4a795d8192aa1ff8a4b80 # Parent 4971ff18d2d7277b019e32346423456e565f2154 [project @ 2007-05-22 05:26:49 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2007-05-22 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.9.11. + (OCTAVE_API_VERSION): Now api-v24. + (OCTAVE_RELEASE_DATE): Now 2007-05-22. + 2007-05-21 David Bateman * debug.cc (Fdbstop): handle integer, vector and multiple line diff --git a/src/version.h b/src/version.h --- a/src/version.h +++ b/src/version.h @@ -25,11 +25,11 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.10+" +#define OCTAVE_VERSION "2.9.11" -#define OCTAVE_API_VERSION "api-v23" +#define OCTAVE_API_VERSION "api-v24" -#define OCTAVE_RELEASE_DATE "2007-03-27" +#define OCTAVE_RELEASE_DATE "2007-05-22" #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."