changeset 5965:290420f503b2

[project @ 2006-08-24 19:01:16 by jwe]
author jwe
date Thu, 24 Aug 2006 19:01:17 +0000
parents 3ffedee0aef7
children be252143f5e1
files src/ChangeLog src/version.h
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-24  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.8.
+	(OCTAVE_API_VERSION): Now api-v21.
+	(OCTAVE_RELEASE_DATE): Now 2006-08-24.
+
 2006-08-23  John W. Eaton  <jwe@octave.org>
 
 	* ov.h (octave_value::save_ascii): Delete strip_nan_and_inf arg.
--- a/src/version.h
+++ b/src/version.h
@@ -25,11 +25,11 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.7+"
+#define OCTAVE_VERSION "2.9.8"
 
-#define OCTAVE_API_VERSION "api-v20"
+#define OCTAVE_API_VERSION "api-v21"
 
-#define OCTAVE_RELEASE_DATE "2006-07-28"
+#define OCTAVE_RELEASE_DATE "2006-08-24"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 2006 John W. Eaton."