changeset 6649:38334ac563f0

[project @ 2007-05-22 05:26:49 by jwe]
author jwe
date Tue, 22 May 2007 05:26:49 +0000
parents 4971ff18d2d7
children 10da0f6d85c2
files src/ChangeLog src/version.h
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue May 22 03:17:36 2007 +0000
+++ b/src/ChangeLog	Tue May 22 05:26:49 2007 +0000
@@ -1,3 +1,9 @@
+2007-05-22  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.11.
+	(OCTAVE_API_VERSION): Now api-v24.
+	(OCTAVE_RELEASE_DATE): Now 2007-05-22.
+
 2007-05-21  David Bateman  <dbateman@free.fr>
 
 	* debug.cc (Fdbstop): handle integer, vector and multiple line
--- a/src/version.h	Tue May 22 03:17:36 2007 +0000
+++ b/src/version.h	Tue May 22 05:26:49 2007 +0000
@@ -25,11 +25,11 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.10+"
+#define OCTAVE_VERSION "2.9.11"
 
-#define OCTAVE_API_VERSION "api-v23"
+#define OCTAVE_API_VERSION "api-v24"
 
-#define OCTAVE_RELEASE_DATE "2007-03-27"
+#define OCTAVE_RELEASE_DATE "2007-05-22"
 
 #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."