# HG changeset patch # User jwe # Date 1142967612 0 # Node ID fee0874a24d83c89e059ecce920b8892576716fa # Parent 252b6754e54518bc2c1e17d2ce145f86c29dc758 [project @ 2006-03-21 19:00:12 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2006-03-21 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.9.5. + (OCTAVE_API_VERSION): Now api-v18. + (OCTAVE_RELEASE_DATE): Now 2006-03-20. + 2006-03-21 David bateman * DLD-FUNCTIONS/getrusage.cc (Fgetrusage): Use GetProcessTimes for @@ -15,7 +21,7 @@ * __gnuplot_raw__.l (F__gnuplot_show__): Temporarily use DEFCMD instead of DEFUN. - (symbols_of___gnuplot_raw__): Temporarily ark __gnuplot_plot__, + (symbols_of___gnuplot_raw__): Temporarily mark __gnuplot_plot__, __gnuplot_set__, __gnuplot_splot__, and __gnuplot_replot__ as raw commands. 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.4" +#define OCTAVE_VERSION "2.9.5" -#define OCTAVE_API_VERSION "api-v17" +#define OCTAVE_API_VERSION "api-v18" -#define OCTAVE_RELEASE_DATE "2005-11-11" +#define OCTAVE_RELEASE_DATE "2006-03-20" #define OCTAVE_COPYRIGHT \ "Copyright (C) 2006 John W. Eaton."