changeset 6038:b59139756862

[project @ 2006-10-04 21:10:20 by jwe]
author jwe
date Wed, 04 Oct 2006 21:10:20 +0000
parents b2e7bf961122
children 2c9b89b6b919
files src/ChangeLog src/version.h
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Oct 04 20:38:06 2006 +0000
+++ b/src/ChangeLog	Wed Oct 04 21:10:20 2006 +0000
@@ -1,5 +1,7 @@
 2006-10-04  John W. Eaton  <jwe@octave.org>
 
+	* version.h (OCTAVE_VERSION): Now 2.9.9+.
+
 	* DLD-FUNCTIONS/__gnuplot_raw__.l (F__clear_plot_window__):
 	Rename from Fclearplot.  Only clear plot window.
 
--- a/src/version.h	Wed Oct 04 20:38:06 2006 +0000
+++ b/src/version.h	Wed Oct 04 21:10:20 2006 +0000
@@ -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"