# HG changeset patch # User jwe # Date 1154105638 0 # Node ID f082d98543980ec7cbbe7872a2bbccca06ea7f7d # Parent a65b51ed388c3304a8a23cb4cc31faacda483173 [project @ 2006-07-28 16:53:58 by jwe] diff -r a65b51ed388c -r f082d9854398 src/ChangeLog --- a/src/ChangeLog Fri Jul 28 16:31:01 2006 +0000 +++ b/src/ChangeLog Fri Jul 28 16:53:58 2006 +0000 @@ -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 -r a65b51ed388c -r f082d9854398 src/version.h --- a/src/version.h Fri Jul 28 16:31:01 2006 +0000 +++ b/src/version.h Fri Jul 28 16:53:58 2006 +0000 @@ -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."