# HG changeset patch # User jwe # Date 1194675420 0 # Node ID 77de8319c337b39a477d5433348e4597ad61abe0 # Parent 6ca57492b26e725e042efc6ab82ea31031eff0b5 [project @ 2007-11-10 06:16:59 by jwe] diff -r 6ca57492b26e -r 77de8319c337 src/ChangeLog --- a/src/ChangeLog Sat Nov 10 05:14:23 2007 +0000 +++ b/src/ChangeLog Sat Nov 10 06:17:00 2007 +0000 @@ -1,3 +1,9 @@ +2007-11-10 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.9.17. + (OCTAVE_API_VERSION): Now api-v29. + (OCTAVE_RELEASE_DATE): Now 2007-11-10. + 2007-11-09 John W. Eaton * DLD-FUNCTIONS/__gnuplot_raw__.l: Don't add atexit ("closeplot") diff -r 6ca57492b26e -r 77de8319c337 src/version.h --- a/src/version.h Sat Nov 10 05:14:23 2007 +0000 +++ b/src/version.h Sat Nov 10 06:17:00 2007 +0000 @@ -24,11 +24,11 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.16+" +#define OCTAVE_VERSION "2.9.17" -#define OCTAVE_API_VERSION "api-v28" +#define OCTAVE_API_VERSION "api-v29" -#define OCTAVE_RELEASE_DATE "2007-10-31" +#define OCTAVE_RELEASE_DATE "2007-11-10" #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."