# HG changeset patch # User jwe # Date 1159550604 0 # Node ID 5e4d1e774641ecc65990dcdd6521af1fe92ae4dc # Parent 1f5d31edb4597e269a60de6a3487f95b37305d98 [project @ 2006-09-29 17:23:23 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --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.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."