changeset 6021:60f9ced8ab53 ss-2-9-9

[project @ 2006-10-02 20:02:20 by jwe]
author jwe
date Mon, 02 Oct 2006 20:02:21 +0000
parents f542445f6b7a
children abd750456740
files src/ChangeLog src/version.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 02 19:24:08 2006 +0000
+++ b/src/ChangeLog	Mon Oct 02 20:02:21 2006 +0000
@@ -2,7 +2,7 @@
 
 	* version.h (OCTAVE_VERSION): Now 2.9.9.
 	(OCTAVE_API_VERSION): Now api-v22.
-	(OCTAVE_RELEASE_DATE): Now 2006-09-29.
+	(OCTAVE_RELEASE_DATE): Now 2006-10-02.
 
 	* pr-output.cc (pr_plus_format): Use "inline" instead of "static
 	inline" for template functions to avoid problems when not
--- a/src/version.h	Mon Oct 02 19:24:08 2006 +0000
+++ b/src/version.h	Mon Oct 02 20:02:21 2006 +0000
@@ -29,7 +29,7 @@
 
 #define OCTAVE_API_VERSION "api-v22"
 
-#define OCTAVE_RELEASE_DATE "2006-09-29"
+#define OCTAVE_RELEASE_DATE "2006-10-02"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 2006 John W. Eaton."