# HG changeset patch # User jwe # Date 1159550604 0 # Node ID 5e4d1e774641ecc65990dcdd6521af1fe92ae4dc # Parent 1f5d31edb4597e269a60de6a3487f95b37305d98 [project @ 2006-09-29 17:23:23 by jwe] diff -r 1f5d31edb459 -r 5e4d1e774641 src/ChangeLog --- a/src/ChangeLog Wed Sep 27 15:42:01 2006 +0000 +++ b/src/ChangeLog Fri Sep 29 17:23:24 2006 +0000 @@ -1,3 +1,9 @@ +2006-09-29 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.9.9. + (OCTAVE_API_VERSION): Now api-v22. + (OCTAVE_RELEASE_DATE): Now 2006-09-29. + 2006-09-27 John W. Eaton * pr-output.cc (abs): New template function. Instantiate for diff -r 1f5d31edb459 -r 5e4d1e774641 src/version.h --- a/src/version.h Wed Sep 27 15:42:01 2006 +0000 +++ b/src/version.h Fri Sep 29 17:23:24 2006 +0000 @@ -25,11 +25,11 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.8+" +#define OCTAVE_VERSION "2.9.9" -#define OCTAVE_API_VERSION "api-v21" +#define OCTAVE_API_VERSION "api-v22" -#define OCTAVE_RELEASE_DATE "2006-08-24" +#define OCTAVE_RELEASE_DATE "2006-09-29" #define OCTAVE_COPYRIGHT \ "Copyright (C) 2006 John W. Eaton."