changeset 5702:fee0874a24d8

[project @ 2006-03-21 19:00:12 by jwe]
author jwe
date Tue, 21 Mar 2006 19:00:12 +0000
parents 252b6754e545
children 1199fc86582d
files src/ChangeLog src/version.h
diffstat 2 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Mar 21 18:15:46 2006 +0000
+++ b/src/ChangeLog	Tue Mar 21 19:00:12 2006 +0000
@@ -1,3 +1,9 @@
+2006-03-21  John W. Eaton  <jwe@octave.org>
+
+	* 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  <dbateman@free.fr>
 
 	* 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.
 
--- a/src/version.h	Tue Mar 21 18:15:46 2006 +0000
+++ b/src/version.h	Tue Mar 21 19:00:12 2006 +0000
@@ -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."