# HG changeset patch # User jwe # Date 1154105638 0 # Node ID f082d98543980ec7cbbe7872a2bbccca06ea7f7d # Parent a65b51ed388c3304a8a23cb4cc31faacda483173 [project @ 2006-07-28 16:53:58 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2006-07-28 John W. Eaton + * version.h (OCTAVE_VERSION): Now 2.9.7. + (OCTAVE_API_VERSION): Now api-v20. + (OCTAVE_RELEASE_DATE): Now 2006-07-28. + * load-path.cc (path::do_add): Warn for trailing "//". * strfns.cc: Comment out some tests for snapshot. 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.6+" +#define OCTAVE_VERSION "2.9.7" -#define OCTAVE_API_VERSION "api-v19" +#define OCTAVE_API_VERSION "api-v20" -#define OCTAVE_RELEASE_DATE "2006-06-09" +#define OCTAVE_RELEASE_DATE "2006-07-28" #define OCTAVE_COPYRIGHT \ "Copyright (C) 2006 John W. Eaton."