# HG changeset patch # User jwe # Date 1159996220 0 # Node ID b591397568629a88ec592576e4fb0ba16b805afd # Parent b2e7bf961122992813bf33080c7d3a149787e587 [project @ 2006-10-04 21:10:20 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2006-10-04 John W. Eaton + * version.h (OCTAVE_VERSION): Now 2.9.9+. + * DLD-FUNCTIONS/__gnuplot_raw__.l (F__clear_plot_window__): Rename from Fclearplot. Only clear plot window. diff --git a/src/version.h b/src/version.h --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.9" +#define OCTAVE_VERSION "2.9.9+" #define OCTAVE_API_VERSION "api-v22"