# HG changeset patch # User jwe # Date 1159819341 0 # Node ID 60f9ced8ab534e65f27d95a712d97ba6add6cd8d # Parent f542445f6b7ab6cb5ecf0f4151fb2235b350b21d [project @ 2006-10-02 20:02:20 by jwe] diff -r f542445f6b7a -r 60f9ced8ab53 src/ChangeLog --- a/src/ChangeLog Mon Oct 02 19:24:08 2006 +0000 +++ b/src/ChangeLog Mon Oct 02 20:02:21 2006 +0000 @@ -2,7 +2,7 @@ * version.h (OCTAVE_VERSION): Now 2.9.9. (OCTAVE_API_VERSION): Now api-v22. - (OCTAVE_RELEASE_DATE): Now 2006-09-29. + (OCTAVE_RELEASE_DATE): Now 2006-10-02. * pr-output.cc (pr_plus_format): Use "inline" instead of "static inline" for template functions to avoid problems when not diff -r f542445f6b7a -r 60f9ced8ab53 src/version.h --- a/src/version.h Mon Oct 02 19:24:08 2006 +0000 +++ b/src/version.h Mon Oct 02 20:02:21 2006 +0000 @@ -29,7 +29,7 @@ #define OCTAVE_API_VERSION "api-v22" -#define OCTAVE_RELEASE_DATE "2006-09-29" +#define OCTAVE_RELEASE_DATE "2006-10-02" #define OCTAVE_COPYRIGHT \ "Copyright (C) 2006 John W. Eaton."